diff --git a/groundstation/cubicsdr-aprs.sh b/groundstation/cubicsdr-aprs.sh index ce2d2909..436e9da7 100755 --- a/groundstation/cubicsdr-aprs.sh +++ b/groundstation/cubicsdr-aprs.sh @@ -2,13 +2,13 @@ sudo modprobe snd-aloop -if [ ! -d "direwolf.conf" ]; then +if [ ! -d "./direwolf.conf" ]; then wget https://raw.githubusercontent.com/alanbjohnston/CubeSatSim/FIAB-v3/groundstation/direwolf.conf fi -if [ ! -d "cubicsdr-aprs-direwolf.xml" ]; then +if [ ! -d "./cubicsdr-aprs-direwolf.xml" ]; then wget https://raw.githubusercontent.com/alanbjohnston/CubeSatSim/FIAB-v3/groundstation/cubicsdr/cubicsdr-aprs-direwolf.xml