diff --git a/NeoBoot/tmpfiles/target/vuZero4Kmmcblk0p4.sh b/NeoBoot/tmpfiles/target/vuZero4Kmmcblk0p4.sh index f56b946..4281e0d 100644 --- a/NeoBoot/tmpfiles/target/vuZero4Kmmcblk0p4.sh +++ b/NeoBoot/tmpfiles/target/vuZero4Kmmcblk0p4.sh @@ -74,7 +74,7 @@ if [ $VUMODEL = "zero4k" ] ; then echo "...............shutdown now..............." sleep 5 echo -n "Rebooting... " - reboot + /sbin/reboot else if [ $TARGET != "Flash" ]; then if [ -e /.multinfo ] ; then @@ -126,7 +126,7 @@ if [ $VUMODEL = "zero4k" ] ; then echo "...............Shutdown Now..............." sleep 5 PATH=/sbin:/bin:/usr/sbin:/usr/bin - reboot + /sbin/reboot fi fi else