Update vuZero4Kmmcblk0p4.sh

This commit is contained in:
gutosie
2022-03-05 19:44:54 +02:00
committed by GitHub
parent 461ecf17b0
commit cf35faa4a4

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... "
reboot /sbin/reboot
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
reboot /sbin/reboot
fi fi
fi fi
else else