Update vuDuo4Kmmcblk0p6.sh

This commit is contained in:
gutosie
2022-03-05 17:05:34 +02:00
committed by GitHub
parent 124ff8e388
commit 3a81f68303

View File

@@ -70,7 +70,7 @@ if [ $VUMODEL = "duo4k" ] ; then
sync && echo 3 > /proc/sys/vm/drop_caches
sleep 5
echo -n "Rebooting... "
reboot -d -f
shutdown -r now & sleep 2 & reboot -d -f &
else
if [ $TARGET != "Flash" ]; then
[ $PL ] && echo "Przenoszenie pliku kernel do /tmp..." || echo "Moving the kernel file to..."
@@ -121,7 +121,7 @@ if [ $VUMODEL = "duo4k" ] ; then
echo "...............Shutdown Now..............."
sleep 5
PATH=/sbin:/bin:/usr/sbin:/usr/bin
reboot -d -f
shutdown -r now & sleep 2 & reboot -d -f &
fi
fi