From fbecedff91fbf95b3c01c9d1fb7837a1c7a9644b Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 21 Aug 2021 15:00:02 -0400 Subject: [PATCH] changed to -O --- groundstation/cubicsdr-aprs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/groundstation/cubicsdr-aprs.sh b/groundstation/cubicsdr-aprs.sh index 320d0561..c412e98e 100755 --- a/groundstation/cubicsdr-aprs.sh +++ b/groundstation/cubicsdr-aprs.sh @@ -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 2>&1 &