changed to -O

pull/131/head
alanbjohnston 5 years ago committed by GitHub
parent f2b619488e
commit fbecedff91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,13 +4,13 @@ sudo modprobe snd-aloop
if [ ! -d "/home/pi/CubeSatSim/groundstation/direwolf.conf" ]; then
wget https://raw.githubusercontent.com/alanbjohnston/CubeSatSim/FIAB-v3/groundstation/direwolf.conf -o /home/pi/CubeSatSim/groundstation/direwolf.conf
wget https://raw.githubusercontent.com/alanbjohnston/CubeSatSim/FIAB-v3/groundstation/direwolf.conf -O /home/pi/CubeSatSim/groundstation/direwolf.conf
fi
if [ ! -d "/home/pi/CubeSatSim/groundstation/cubicsdr/cubicsdr-aprs-direwolf.xml" ]; then
wget https://raw.githubusercontent.com/alanbjohnston/CubeSatSim/FIAB-v3/groundstation/cubicsdr/cubicsdr-aprs-direwolf.xml -o /home/pi/CubeSatSim/groundstation/cubicsdr/cubicsdr-aprs-direwolf.xml
wget https://raw.githubusercontent.com/alanbjohnston/CubeSatSim/FIAB-v3/groundstation/cubicsdr/cubicsdr-aprs-direwolf.xml -O /home/pi/CubeSatSim/groundstation/cubicsdr/cubicsdr-aprs-direwolf.xml
fi
@ -21,7 +21,7 @@ sleep 5
echo
echo "Opening CubicSDR"
echo "Opening CubicSDR... (this will take a few seconds)"
nohup CubicSDR </dev/null >/dev/null 2>&1 &

Loading…
Cancel
Save

Powered by TurnKey Linux.