From ae8cbc49ce9ea235a559e9548ccdf37629e49b23 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 5 Mar 2022 22:17:22 +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 e15db5c..b73387d 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 -h -i + 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 -h -i + reboot -d -i; shutdown now -r fi fi else