Update vu_mmcblk0p1.sh

This commit is contained in:
gutosie
2022-03-05 21:18:42 +02:00
committed by GitHub
parent 64eb3fd036
commit 2fda30574d

View File

@@ -75,7 +75,7 @@ if [ $BOXHOSTNAME = "vuultimo4k" ] || [ $BOXHOSTNAME = "vusolo4k" ] || [ $BOXHOS
echo -n "Rebooting... "
sync && echo 3 > /proc/sys/vm/drop_caches
PATH=/sbin:/bin:/usr/sbin:/usr/bin
reboot -d -f
reboot -d -h -i
else
if [ $TARGET != "Flash" ]; then
if [ -e /.multinfo ] ; then
@@ -130,7 +130,7 @@ if [ $BOXHOSTNAME = "vuultimo4k" ] || [ $BOXHOSTNAME = "vusolo4k" ] || [ $BOXHOS
echo "... - Shutdown Now - ..."
sleep 5
PATH=/sbin:/bin:/usr/sbin:/usr/bin
reboot -d -f
reboot -d -h -i
fi
fi
else