diff --git a/start_tx.sh b/start_tx.sh index d33fef8..327cc1f 100644 --- a/start_tx.sh +++ b/start_tx.sh @@ -1,7 +1,7 @@ #!/bin/sh echo "start" -/home/pi/reflector/src/build/bin/svxlink & +/usr/bin/svxlink & sleep 1 /home/pi/ptt.pl & exit