From 436a84c8635f1ec58c5be18bf94440661e3146c0 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 7 Mar 2022 08:12:57 +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 1bf4410..27abb2b 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 - /sbin/init.sysvinit 6 #reboot -d -i; shutdown now -r + reboot -d -i 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 - /sbin/init.sysvinit 6 #reboot -d -i; shutdown now -r + reboot -d -i fi fi else