From 8438e53d87ab94ec4ee410090d197c66287d5440 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 13 Aug 2023 11:37:50 -0400 Subject: [PATCH] Update config print rebooting --- config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config b/config index 1bb97b8e..1f57ced2 100755 --- a/config +++ b/config @@ -377,10 +377,12 @@ elif [ "$1" = "-T" ]; then if [ "$reset" = "y" ] || [ "$reset" = "yes" ] ; then sudo sed -i 's/False/True/g' /home/pi/CubeSatSim/command_tx echo "Command state set to True to enable beacon" + echo "rebooting" sudo reboot now else sudo sed -i 's/True/False/g' /home/pi/CubeSatSim/command_tx echo "Command state set to False to disable beacon" + echo "rebooting" sudo reboot now fi