We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5b57f commit 1e11c4dCopy full SHA for 1e11c4d
init-plain/usr/local/bin/entrypoint.sh
@@ -11,7 +11,9 @@ for x in $(find /opt/qnib/entry/ -type f -perm /u+x |sort);do
11
done
12
13
if [ "X${ENTRY_USER}" != "X" ];then
14
+ echo "> execute CMD as user '${ENTRY_USER}'"
15
exec su -s /bin/bash -c "$@" ${ENTRY_USER}
16
else
17
+ echo "> execute CMD '$@'"
18
exec "$@"
19
fi
0 commit comments