Update vuDuo4Ksemmcblk0p6.sh

This commit is contained in:
gutosie
2022-01-19 22:19:36 +02:00
committed by GitHub
parent 23c836be65
commit 332ff5f97c

View File

@@ -70,7 +70,7 @@ if [ $VUMODEL = "duo4kse" ] ; then
sync && echo 3 > /proc/sys/vm/drop_caches
sleep 5
echo -n "Rebooting... "
shutdown -r now && reboot -d -f &
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 = "duo4kse" ] ; then
echo "...............Shutdown Now..............."
sleep 5
PATH=/sbin:/bin:/usr/sbin:/usr/bin
shutdown -r now && reboot -d -f &
reboot -d -f
fi
fi