Update config restart cubesatsim with rpitx too

beta-ft2
Alan Johnston 1 year ago committed by GitHub
parent eab0de6a1f
commit dc3a66849e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -350,7 +350,7 @@ if [ "$1" = "" ]; then
elif [ "$1" = "-i" ]; then elif [ "$1" = "-i" ]; then
reboot=1 restart=1
elif [ "$1" = "-a" ]; then elif [ "$1" = "-a" ]; then
@ -807,8 +807,9 @@ elif [ "$1" = "-d" ]; then
# reboot=1 # reboot=1
sudo systemctl restart command sudo systemctl restart command
if [[ $(arecord -l | grep card) ]]; then if [[ $(arecord -l | grep card) ]]; then
echo "restarting cubesatsim software" restart=1
sudo systemctl restart cubesatsim ### echo "restarting cubesatsim software"
### sudo systemctl restart cubesatsim
fi fi
## sudo reboot now ## sudo reboot now
fi fi

Loading…
Cancel
Save

Powered by TurnKey Linux.