Copy pkt_fwd config onto vfat partition

This commit is contained in:
2018-05-15 17:58:19 +02:00
parent 4437979d6c
commit 97b5a19855
5 changed files with 75 additions and 9 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ start() {
reset_sx1301
cd /etc/ttn
cd /mnt
start-stop-daemon -S -b -q -p /var/run/packet-forwarder.pid \
--exec /usr/bin/poly_pkt_fwd -- $PACKETFORWARDER_ARGS
[ $? = 0 ] && echo "OK" || echo "FAIL"