Update pacsatsim.sh remove restart pacsatsim

pacsat-choose
Alan Johnston 2 years ago committed by GitHub
parent 0500299c8c
commit e5861ae5da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -42,12 +42,12 @@ set -- $value
if [ "$1" = "l" ]; then if [ "$1" = "l" ]; then
echo echo
sudo systemctl restart pacsatsim # sudo systemctl restart pacsatsim
echo # echo
echo "The Pacsat and Pacsat Ground Station are running on this Pi using audio loopback" echo "The Pacsat and Pacsat Ground Station are running on this Pi using audio loopback"
echo echo
echo "Waiting 10 seconds for Pacsatsim to start" # echo "Waiting 10 seconds for Pacsatsim to start"
sleep 10 # sleep 10
CONFIG=direwolf-pacsatsim-loopback.conf CONFIG=direwolf-pacsatsim-loopback.conf
elif [ "$1" = "c" ]; then elif [ "$1" = "c" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.