This commit is contained in:
mag37 2024-01-26 21:53:15 +01:00
parent c063b09003
commit 8ee1366505

View File

@ -307,7 +307,6 @@ if [ -n "$GotUpdates" ] ; then
IFS=',' read -r -a Confs <<< "$ComposeFile" ; unset IFS
for conf in "${Confs[@]}"; do CompleteConfs+="-f $conf " ; done
### Check if the container got an environment file set, use it if so:
set -x
if [ -n "$ContEnv" ]; then
### prepare env-files arguments
ContEnvs=$(for env in ${ContEnv//,/ } ; do printf -- "--env-file %s " $env; done)