From 16c47f1815fb09f6dd62538d225b7136808da38e Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 7 Mar 2022 08:14:23 +0200 Subject: [PATCH] Update vuDuo4Kmmcblk0p6.sh --- NeoBoot/tmpfiles/target/vuDuo4Kmmcblk0p6.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/tmpfiles/target/vuDuo4Kmmcblk0p6.sh b/NeoBoot/tmpfiles/target/vuDuo4Kmmcblk0p6.sh index eda2583..be72e80 100644 --- a/NeoBoot/tmpfiles/target/vuDuo4Kmmcblk0p6.sh +++ b/NeoBoot/tmpfiles/target/vuDuo4Kmmcblk0p6.sh @@ -70,7 +70,7 @@ if [ $VUMODEL = "duo4k" ] ; then sync && echo 3 > /proc/sys/vm/drop_caches sleep 5 echo -n "Rebooting... " - /sbin/init.sysvinit 6 #shutdown now -r + reboot -d -i; shutdown now -r else if [ $TARGET != "Flash" ]; then [ $PL ] && echo "Przenoszenie pliku kernel do /tmp..." || echo "Moving the kernel file to..." @@ -121,7 +121,7 @@ if [ $VUMODEL = "duo4k" ] ; then echo "...............Shutdown Now..............." sleep 5 PATH=/sbin:/bin:/usr/sbin:/usr/bin - /sbin/init.sysvinit 6 #shutdown now -r + reboot -d -i; shutdown now -r fi fi