From f7b980a3242c6eaad63a90239c4e24d6f694ac7c Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 24 Nov 2020 09:52:22 -0500 Subject: [PATCH] added parameter to do make --- groundstation/update.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/groundstation/update.sh b/groundstation/update.sh index 28751feb..c231fbbe 100755 --- a/groundstation/update.sh +++ b/groundstation/update.sh @@ -5,7 +5,9 @@ echo -e "\nUpdating configurations. \n" cd ~/CubeSatSim && git pull -make debug +if [ "$1" = "make" ]; then + make debug +fi sudo cp ~/CubeSatSim/groundstation/config_webrx.py /etc/openwebrx/config_webrx.py