From 0e1b11db4a0defac7fe3915229206a04e1f76d03 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sun, 6 Mar 2022 09:02:33 +0200 Subject: [PATCH] Update vuZero4Kmmcblk0p4.sh --- NeoBoot/tmpfiles/target/vuZero4Kmmcblk0p4.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/tmpfiles/target/vuZero4Kmmcblk0p4.sh b/NeoBoot/tmpfiles/target/vuZero4Kmmcblk0p4.sh index b73387d..d37dbb6 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 -d -i; shutdown now -r + /sbin/init.sysvinit 6 #reboot -d -i; shutdown now -r 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 -d -i; shutdown now -r + /sbin/init.sysvinit 6 #reboot -d -i; shutdown now -r fi fi else