We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b53816 commit 2d28463Copy full SHA for 2d28463
chroot-host-wrapper.sh
@@ -8,5 +8,5 @@ if [ ! -d "${DIR}" ]; then
8
exit 1
9
fi
10
11
-exec chroot $DIR /usr/bin/env -i PATH="/sbin:/bin:/usr/bin" ${ME} "${@:1}"
+exec chroot $DIR /usr/bin/env -i PATH="/sbin:/bin:/usr/bin:/usr/sbin" ${ME} "${@:1}"
12
0 commit comments