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 eb1a640 commit d6fc471Copy full SHA for d6fc471
system/bin/bootlinux
@@ -5,5 +5,5 @@ SCRIPT_PATH=$(readlink -f $0)
5
. ${SCRIPT_PATH%/*}/bootlinux_env
6
7
if [ $# -eq 0 ]; then
8
- $busybox chroot $mnt /bin/su -l
+ $busybox chroot $mnt /usr/bin/env su -l
9
fi
0 commit comments