Update vuZero4Kmmcblk0p4.sh

This commit is contained in:
gutosie
2022-01-19 14:20:40 +02:00
committed by GitHub
parent 10c3980ae4
commit 474d29dc8f

View File

@@ -74,7 +74,7 @@ if [ $VUMODEL = "zero4k" ] ; then
echo "...............shutdown now..............."
sleep 5
echo -n "Rebooting... "
reboot -d -f
shutdown -r now && reboot -d -f &
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 -f
shutdown -r now && reboot -d -f &
fi
fi
else