Update config restart CubeSatSim if direwolf turned on

beta-aprs
Alan Johnston 1 year ago committed by GitHub
parent b5255ab054
commit 01bde636d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -542,6 +542,10 @@ elif [ "$1" = "-d" ]; then
## echo "rebooting"
# reboot=1
sudo systemctl restart command
if [[ $(arecord -l | grep card) ]]; then
echo "restarting cubesaatsim software"
sudo systemctl restart cubesatsim
fi
## sudo reboot now
fi

Loading…
Cancel
Save

Powered by TurnKey Linux.