|
|
|
@ -1431,9 +1431,9 @@ fi
|
|
|
|
if [ "$restart" = "1" ] ; then
|
|
|
|
if [ "$restart" = "1" ] ; then
|
|
|
|
if [ "$reboot" = "0" ] ; then
|
|
|
|
if [ "$reboot" = "0" ] ; then
|
|
|
|
echo "Restarting"
|
|
|
|
echo "Restarting"
|
|
|
|
# sudo systemctl stop rpitx
|
|
|
|
sudo systemctl stop rpitx
|
|
|
|
sudo systemctl restart cubesatsim
|
|
|
|
sudo systemctl restart cubesatsim
|
|
|
|
sudo systemctl restart rpitx
|
|
|
|
# sudo systemctl restart rpitx
|
|
|
|
else
|
|
|
|
else
|
|
|
|
echo "Restart needed for changes to take effect"
|
|
|
|
echo "Restart needed for changes to take effect"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|