Update vuDuo4Ksemmcblk0p6.sh

This commit is contained in:
gutosie
2022-03-05 21:19:29 +02:00
committed by GitHub
parent 9df4f0c9e4
commit 5ad0e9f68b

View File

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