Update vu_mmcblk0p1.sh

This commit is contained in:
gutosie
2022-01-19 22:17:55 +02:00
committed by GitHub
parent c470f95ed6
commit eec23164aa

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
shutdown -r now && reboot -d -f &
reboot -d -f
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
shutdown -r now && reboot -d -f &
reboot -d -f
fi
fi
else