pull/87/head
alanbjohnston 5 years ago committed by GitHub
parent aa8e2be297
commit 0bb766afb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,6 +27,7 @@ if [ "$1" = "" ]; then
set -- $value set -- $value
echo $1 $2 $3 $4 $5 echo $1 $2 $3 $4 $5
echo
if [ "$sim" = "y" ] ; then if [ "$sim" = "y" ] ; then
sim="yes" sim="yes"
@ -165,7 +166,9 @@ elif [ "$1" = "-c" ]; then
echo "Restarting CubeSatSim with new configuraation file" echo "Restarting CubeSatSim with new configuraation file"
echo echo
sudo systemctl restart cubesatsimelif [ "$1" = "-c" ]; then sudo systemctl restart cubesatsim
elif [ "$1" = "-c" ]; then
echo echo
echo "Editing the CALLSIGN in the" echo "Editing the CALLSIGN in the"

Loading…
Cancel
Save

Powered by TurnKey Linux.