From b9c2012d96a0e02ef231e71b96952dca1b590c88 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 30 Aug 2021 19:18:09 -0400 Subject: [PATCH] added full path --- groundstation/packet.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/groundstation/packet.sh b/groundstation/packet.sh index c3d8b388..55306d1a 100755 --- a/groundstation/packet.sh +++ b/groundstation/packet.sh @@ -96,7 +96,7 @@ else aplay -D hw:0,0 WAV/beacon_test_2.wav & aplay -D hw:${2:0:1},0,0 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 @@ -118,13 +118,13 @@ if [ "$choice" = "7" ] || [ "$choice" = "8" ]; then echo -e "Auto decoding AX.25 packets on $frequency Hz" - direwolf -r 48000 -c direwolf/direwolf-4800.conf -t 0 & + direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-4800.conf -t 0 & else echo -e "Auto decoding APRS packets on $frequency Hz" - direwolf -r 48000 -c direwolf/direwolf.conf -t 0 & + direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf.conf -t 0 & fi