Update vuZero4Kmmcblk0p4.sh

This commit is contained in:
gutosie
2022-01-19 22:20:00 +02:00
committed by GitHub
parent 332ff5f97c
commit cdde6de49e

View File

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