From c233f69734a0b98b64a70db7f9dfa125f150a4c1 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 1 Feb 2024 10:13:00 -0500 Subject: [PATCH] Update config fixed reboot messages --- config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config b/config index 9ab2b343..491f9565 100755 --- a/config +++ b/config @@ -168,7 +168,7 @@ elif [ "$1" = "-h" ]; then echo " -f Change to FSK/DUV mode" echo " -b Change to BPSK mode" echo " -s Change to SSTV mode" - echo " -i Restarts CubeSatsim software" + echo " -i Reboots CubeSatsim software" echo " -c Change the CALLSIGN in the configuration file sim.cfg" echo " -t Change the Simulated Telemetry setting in sim.cfg" echo " -r Change the Resets Count in the configuration file sim.cfg" @@ -225,7 +225,7 @@ elif [ "$1" = "-t" ]; then echo $1 $2 $3 $4 $sim $6 $7 $8 $9 echo $1 $2 $3 $4 $sim $6 $7 $8 $9 > /home/pi/CubeSatSim/sim.cfg echo - echo "Restarting CubeSatSim with new configuration file" + echo "Rebooting CubeSatSim with new configuration file" echo sudo reboot now @@ -324,7 +324,7 @@ elif [ "$1" = "-r" ]; then echo else echo - echo "Restarting CubeSatSim with new configuration file" + echo "Rebooting CubeSatSim with new configuration file" echo sudo reboot now # sudo systemctl restart cubesatsim