Update vuDuo4Ksemmcblk0p6.sh

This commit is contained in:
gutosie
2022-03-05 19:44:31 +02:00
committed by GitHub
parent 98b2c81df8
commit 461ecf17b0

View File

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