Update pacsat.sh direwolf to background

pacsat-v2.2-tlm3
Alan Johnston 4 weeks ago committed by GitHub
parent 69416a1770
commit 8ff65ab10b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -93,11 +93,11 @@ sudo usermod -a -G gpio pi
if [ ! "$1" = "l" ]; then if [ ! "$1" = "l" ]; then
#/usr/bin/x-terminal-emulator --geometry=120x40 -e "/home/pi/CubeSatSim/groundstation/pacsat-df.sh" #/usr/bin/x-terminal-emulator --geometry=120x40 -e "/home/pi/CubeSatSim/groundstation/pacsat-df.sh"
echo "Using TXC FM transceiver" echo "Using TXC FM transceiver"
/home/pi/CubeSatSim/groundstation/pacsat-df.sh /home/pi/CubeSatSim/groundstation/pacsat-df.sh &
else else
echo "Using audio loopback" echo "Using audio loopback"
/home/pi/CubeSatSim/groundstation/pacsat-d.sh /home/pi/CubeSatSim/groundstation/pacsat-d.sh &
fi fi

Loading…
Cancel
Save

Powered by TurnKey Linux.