From 77f8eb4ac15aa13b23bead9f2250f1e4a91a9b42 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 30 Aug 2021 19:17:13 -0400 Subject: [PATCH] added full paths --- groundstation/cubicsdr-packet.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/groundstation/cubicsdr-packet.sh b/groundstation/cubicsdr-packet.sh index 93d08e02..c6d1922b 100755 --- a/groundstation/cubicsdr-packet.sh +++ b/groundstation/cubicsdr-packet.sh @@ -64,7 +64,7 @@ if [ "$choice" = "1" ]; then read input - direwolf -c direwolf/direwolf.conf -r 48000 -t 0 + direwolf -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf.conf -r 48000 -t 0 elif [ "$choice" = "2" ]; then echo @@ -87,7 +87,7 @@ elif [ "$choice" = "2" ]; then read input - direwolf -c direwolf/direwolf.conf -r 48000 -t 0 + direwolf -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf.conf -r 48000 -t 0 elif [ "$choice" = "3" ]; then echo @@ -110,7 +110,7 @@ elif [ "$choice" = "3" ]; then read input - direwolf -c direwolf/direwolf.conf -r 48000 -t 0 + direwolf -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf.conf -r 48000 -t 0 elif [ "$choice" = "4" ]; then @@ -134,7 +134,7 @@ elif [ "$choice" = "4" ]; then read input - direwolf -c direwolf/direwolf.conf -r 48000 -t 0 + direwolf -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf.conf -r 48000 -t 0 elif [ "$choice" = "5" ]; then echo @@ -158,7 +158,7 @@ elif [ "$choice" = "5" ]; then read input - direwolf -c direwolf/direwolf.conf -r 48000 -t 0 + direwolf -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf.conf -r 48000 -t 0 elif [ "$choice" = "6" ]; then echo @@ -181,7 +181,7 @@ elif [ "$choice" = "6" ]; then read input - direwolf -c direwolf/direwolf.conf -r 48000 -t 0 + direwolf -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf.conf -r 48000 -t 0 elif [ "$choice" = "7" ]; then echo @@ -205,7 +205,7 @@ elif [ "$choice" = "7" ]; then read input - direwolf -c direwolf/direwolf-4800.conf -r 48000 -t 0 + direwolf -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-4800.conf -r 48000 -t 0 elif [ "$choice" = "8" ]; then @@ -222,10 +222,10 @@ elif [ "$choice" = "8" ]; then # aplay -D hw:0,0 WAV/SDRSharp_20210830_200034Z_437097377Hz_AF.wav & # aplay -D hw:${2:0:1},0,0 WAV/SDRSharp_20210830_200034Z_437097377Hz_AF.wav & - aplay -D hw:0,0 WAV/beacon_test_2.wav & - aplay -D hw:${2:0:1},0,0 WAV/beacon_test_2.wav & + aplay -D hw:0,0 /home/pi/CubeSatSim/groundstation/WAV/beacon_test_2.wav & + aplay -D hw:${2:0:1},0,0 /home/pi/CubeSatSim/groundstation/WAV/beacon_test_2.wav & - timeout 30 direwolf -c direwolf/direwolf-4800.conf -r 48000 -t 0 + timeout 30 direwolf -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-4800.conf -r 48000 -t 0 echo