Skip to content

Commit 2d28463

Browse files
author
Arbel Nathan
authored
adding /usr/sbin to chroot-host-wrapper.sh (#302)
1 parent 5b53816 commit 2d28463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chroot-host-wrapper.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ if [ ! -d "${DIR}" ]; then
88
exit 1
99
fi
1010

11-
exec chroot $DIR /usr/bin/env -i PATH="/sbin:/bin:/usr/bin" ${ME} "${@:1}"
11+
exec chroot $DIR /usr/bin/env -i PATH="/sbin:/bin:/usr/bin:/usr/sbin" ${ME} "${@:1}"
1212

0 commit comments

Comments
 (0)