Update config reboot on -B change all modes

beta-sim
Alan Johnston 2 years ago committed by GitHub
parent 0275e3da03
commit 51b0ca8482
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -523,11 +523,11 @@ 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
sudo reboot now
# fi
fi
elif [ "$1" = "-q" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.