@ -523,11 +523,13 @@ elif [ "$1" = "-B" ]; then
echo "$value" > /dev/null
set -- $value
# if [ "$1" = "a" ] || [ "$1" = "s" ] || [ "$1" = "m" ] ; then
if [ "$1" = "a" ] || [ "$1" = "s" ] || [ "$1" = "m" ] ; then
echo "rebooting"
# sudo systemctl restart cubesatsim
sudo reboot now
# fi
else
echo "restarting"
sudo systemctl restart cubesatsim
fi
elif [ "$1" = "-q" ]; then
Powered by TurnKey Linux.