added parameter to do make

pull/71/head
alanbjohnston 5 years ago committed by GitHub
parent 3f93edb0c3
commit f7b980a324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.