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 3d05515 commit 2a26f8fCopy full SHA for 2a26f8f
alpinelinux/root/etc/cont-init.d/01-adduser.sh
@@ -1,6 +1,7 @@
1
#!/command/with-contenv bash
2
# shellcheck shell=bash
3
4
+export PATH=$PATH:/usr/sbin/ # s6 3.0.0.2 doesn't set PATH properly
5
set -eu
6
7
if [[ $EUID -ne 0 ]]; then
0 commit comments