From 10c3980ae4ee875c144cb606444c5b4acf2a3e43 Mon Sep 17 00:00:00 2001 From: gutosie Date: Wed, 19 Jan 2022 14:20:09 +0200 Subject: [PATCH] Update vuDuo4Ksemmcblk0p6.sh --- NeoBoot/tmpfiles/target/vuDuo4Ksemmcblk0p6.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NeoBoot/tmpfiles/target/vuDuo4Ksemmcblk0p6.sh b/NeoBoot/tmpfiles/target/vuDuo4Ksemmcblk0p6.sh index 77f8f01..346c45b 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 + shutdown -r now && reboot -d -f & 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 + shutdown -r now && reboot -d -f & fi fi @@ -132,4 +132,4 @@ else echo "Error - Nie wpierany model STB !!! " exit 0 fi -exit 0 \ No newline at end of file +exit 0