From a3e87d35f6534cc7618e7c8f37ec20d5ba291628 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 5 Mar 2022 22:16:55 +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 e9a3d58..115dc23 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 -h -i + 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 -h -i + reboot -d -i; shutdown now -r fi fi else