From f9baa157327b2b9418d97a53f6847d871030540a Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 20 Jun 2024 09:42:39 -0400 Subject: [PATCH] Update config turn back on reboot and restart --- config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config b/config index b8234200..20ca4276 100755 --- a/config +++ b/config @@ -846,6 +846,8 @@ echo $noreboot if [ "$reboot" = "1" ] ; then if [ "$noreboot" = "0" ] ; then echo "Rebooting" + sudo systemctl stop rpitx + sudo reboot now else echo "Reboot needed for changes to take effect" fi @@ -854,6 +856,7 @@ fi if [ "$restart" = "1" ] ; then if [ "$reboot" = "1" ] ; then echo "Restarting" + sudo systemctl restart cubesatsim else echo "Restart needed for changes to take effect" fi