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 d2c9b75 commit 2509410Copy full SHA for 2509410
init-plain/usr/local/bin/entrypoint.sh
@@ -13,4 +13,4 @@ for x in $(find /opt/qnib/entry/ -type f -perm +111 |sort);do
13
"${x}"
14
done
15
16
-exec "$@"
+exec su -l /bin/bash -c "$@" user
0 commit comments