From 469996d882d0587fdf8884c8b98bc382f9eeb21d Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 7 Mar 2022 08:15:09 +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 27abb2b..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 -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 -i + reboot -d -i; shutdown now -r fi fi else