From 131fe6953e25028e6d596f7a9a0b2ac438a1e1f3 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sun, 6 Mar 2022 09:01:50 +0200 Subject: [PATCH] Update vu_mmcblk0p1.sh --- NeoBoot/tmpfiles/target/vu_mmcblk0p1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/tmpfiles/target/vu_mmcblk0p1.sh b/NeoBoot/tmpfiles/target/vu_mmcblk0p1.sh index 115dc23..1bf4410 100644 --- a/NeoBoot/tmpfiles/target/vu_mmcblk0p1.sh +++ b/NeoBoot/tmpfiles/target/vu_mmcblk0p1.sh @@ -75,7 +75,7 @@ if [ $BOXHOSTNAME = "vuultimo4k" ] || [ $BOXHOSTNAME = "vusolo4k" ] || [ $BOXHOS echo -n "Rebooting... " sync && echo 3 > /proc/sys/vm/drop_caches PATH=/sbin:/bin:/usr/sbin:/usr/bin - 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 @@ -130,7 +130,7 @@ if [ $BOXHOSTNAME = "vuultimo4k" ] || [ $BOXHOSTNAME = "vusolo4k" ] || [ $BOXHOS 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