🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/zz-echoip.sh
This commit is contained in:
casjay 2024-07-07 14:23:42 -04:00
parent e3b82fce0d
commit 1473ad4f61
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -365,7 +365,7 @@ __run_start_script() {
eval env -i HOME="$home" LC_CTYPE="$lc_type" PATH="$path" HOSTNAME="$sysname" USER="${SERVICE_USER:-$RUNAS_USER}" $extra_env sh -c "$cmd_exec" ||
return 10
else
su_cmd sh -c "$cmd_exec" || eval "$cmd_exec" || return 10
su_cmd "$cmd_exec" || eval "$cmd_exec" || return 10
fi
fi
fi