change launcher script to get configuration from /etc/ (#74863)
gitea/eobuilder/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-02-26 10:15:30 +01:00 committed by Gitea
parent 29856dc94a
commit e9f99260f2
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ if [ "$(whoami)" != "eobuilder" ]; then
fi
fi
eobuilder-ctl $*
EOBUILDER_SETTINGS_FILE=/etc/eobuilder-settings.py eobuilder-ctl $*