Add files via upload

This commit is contained in:
gutosie
2022-03-05 20:17:33 +02:00
committed by GitHub
parent cf35faa4a4
commit 7b53cdbafb
4 changed files with 8 additions and 8 deletions

View File

@@ -70,7 +70,7 @@ if [ $VUMODEL = "duo4k" ] ; then
sync && echo 3 > /proc/sys/vm/drop_caches
sleep 5
echo -n "Rebooting... "
/sbin/reboot
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
/sbin/reboot
reboot -d -f
fi
fi

View File

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

View File

@@ -74,7 +74,7 @@ if [ $VUMODEL = "zero4k" ] ; then
echo "...............shutdown now..............."
sleep 5
echo -n "Rebooting... "
/sbin/reboot
reboot -d -f
else
if [ $TARGET != "Flash" ]; then
if [ -e /.multinfo ] ; then
@@ -126,7 +126,7 @@ if [ $VUMODEL = "zero4k" ] ; then
echo "...............Shutdown Now..............."
sleep 5
PATH=/sbin:/bin:/usr/sbin:/usr/bin
/sbin/reboot
reboot -d -f
fi
fi
else

View File

@@ -75,7 +75,7 @@ if [ $BOXHOSTNAME = "vuultimo4k" ] || [ $BOXHOSTNAME = "vusolo4k" ] || [ $BOXHOS
echo -n "Rebooting... "
sync && echo 3 > /proc/sys/vm/drop_caches
PATH=/sbin:/bin:/usr/sbin:/usr/bin
/sbin/reboot
reboot -d -f
else
if [ $TARGET != "Flash" ]; then
if [ -e /.multinfo ] ; then
@@ -130,7 +130,7 @@ if [ $BOXHOSTNAME = "vuultimo4k" ] || [ $BOXHOSTNAME = "vusolo4k" ] || [ $BOXHOS
echo "... - Shutdown Now - ..."
sleep 5
PATH=/sbin:/bin:/usr/sbin:/usr/bin
/sbin/reboot
reboot -d -f
fi
fi
else