From 5ad0e9f68be74d581f1a31bebbdca0747974e8da Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 5 Mar 2022 21:19:29 +0200 Subject: [PATCH] Update vuDuo4Ksemmcblk0p6.sh --- NeoBoot/tmpfiles/target/vuDuo4Ksemmcblk0p6.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/tmpfiles/target/vuDuo4Ksemmcblk0p6.sh b/NeoBoot/tmpfiles/target/vuDuo4Ksemmcblk0p6.sh index 4c48750..6604236 100644 --- a/NeoBoot/tmpfiles/target/vuDuo4Ksemmcblk0p6.sh +++ b/NeoBoot/tmpfiles/target/vuDuo4Ksemmcblk0p6.sh @@ -70,7 +70,7 @@ if [ $VUMODEL = "duo4kse" ] ; then sync && echo 3 > /proc/sys/vm/drop_caches sleep 5 echo -n "Rebooting... " - reboot -d -f + reboot -d -h -i else if [ $TARGET != "Flash" ]; then [ $PL ] && echo "Przenoszenie pliku kernel do /tmp..." || echo "Moving the kernel file to..." @@ -121,7 +121,7 @@ if [ $VUMODEL = "duo4kse" ] ; then echo "...............Shutdown Now..............." sleep 5 PATH=/sbin:/bin:/usr/sbin:/usr/bin - reboot -d -f + reboot -d -h -i fi fi