fix path
This commit is contained in:
parent
2c72d27cc5
commit
d46b0c5b86
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
echo "start"
|
echo "start"
|
||||||
/home/pi/reflector/src/build/bin/svxlink &
|
/usr/bin/svxlink &
|
||||||
sleep 1
|
sleep 1
|
||||||
/home/pi/ptt.pl &
|
/home/pi/ptt.pl &
|
||||||
exit
|
exit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue