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