mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 20:05:48 +01:00
Update vuZero4Kmmcblk0p4.sh
This commit is contained in:
@@ -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 -d -h -i
|
reboot -d -i; shutdown now -r
|
||||||
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 -d -h -i
|
reboot -d -i; shutdown now -r
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user