Update vuZero4Kmmcblk0p4.sh

This commit is contained in:
gutosie
2022-03-06 09:02:33 +02:00
committed by GitHub
parent 131fe6953e
commit 0e1b11db4a

View File

@@ -74,7 +74,7 @@ if [ $VUMODEL = "zero4k" ] ; then
echo "...............shutdown now..............."
sleep 5
echo -n "Rebooting... "
reboot -d -i; shutdown now -r
/sbin/init.sysvinit 6 #reboot -d -i; shutdown now -r
else
if [ $TARGET != "Flash" ]; then
if [ -e /.multinfo ] ; then
@@ -126,7 +126,7 @@ if [ $VUMODEL = "zero4k" ] ; then
echo "...............Shutdown Now..............."
sleep 5
PATH=/sbin:/bin:/usr/sbin:/usr/bin
reboot -d -i; shutdown now -r
/sbin/init.sysvinit 6 #reboot -d -i; shutdown now -r
fi
fi
else