Update vuDuo4Kmmcblk0p6.sh

This commit is contained in:
gutosie
2022-03-05 22:18:07 +02:00
committed by GitHub
parent 112d909a06
commit 0b7aadfd9c

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 -h -i
reboot -d -i; shutdown now -r
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 -h -i
reboot -d -i; shutdown now -r
fi
fi