Update config if -B changed in FSK BPSK restart

beta-sim v1.3.2.2
Alan Johnston 2 years ago committed by GitHub
parent affb058599
commit 2fb3b02f10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save

Powered by TurnKey Linux.