From b6cb2270ab10e62b5be60fef3b6f7f59f80d45a5 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 4 Jun 2021 11:30:03 -0400 Subject: [PATCH] removed no changes echo --- config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config b/config index 1d6dbfb9..f2ed02ab 100755 --- a/config +++ b/config @@ -173,7 +173,7 @@ elif [ "$1" = "-c" ]; then fi if [ "$norestart" = "1" ]; then - echo "no changes" + echo else echo echo "Restarting CubeSatSim with new configuraation file" @@ -226,7 +226,6 @@ elif [ "$1" = "-r" ]; then if [ "$norestart" = "1" ]; then echo - echo "no changes" else echo echo "Restarting CubeSatSim with new configuraation file" @@ -300,7 +299,7 @@ elif [ "$1" = "-l" ]; then echo $1 $2 $lat $long $5 > /home/pi/CubeSatSim/sim.cfg if [ "$norestart" = "1" ]; then - echo "no changes" + echo else echo echo "Restarting CubeSatSim with new configuraation file"