Skip to content

Commit dbb2cac

Browse files
committed
rpi: Fix config path.
1 parent 6cdc52d commit dbb2cac

File tree

3 files changed

+3
-3
lines changed
  • conf
    • full_raspberrypi_bcm27xx_bcm2708/files/etc
    • full_raspberrypi_bcm27xx_bcm2709/files/etc
    • rak_rak7391/files/etc

3 files changed

+3
-3
lines changed

conf/full_raspberrypi_bcm27xx_bcm2708/files/etc/rc.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ do
77
break
88
fi
99

10-
chirpstack -c /etc/chirpstack import-legacy-lorawan-devices-repository -d /opt/lorawan-devices
10+
chirpstack -c /var/etc/chirpstack import-legacy-lorawan-devices-repository -d /opt/lorawan-devices
1111
RET=$?
1212
if [ $RET -eq 0 ]; then
1313
cp /opt/lorawan-devices/SRCREV /opt/lorawan-devices/SRCREV.lastimport

conf/full_raspberrypi_bcm27xx_bcm2709/files/etc/rc.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ do
77
break
88
fi
99

10-
chirpstack -c /etc/chirpstack import-legacy-lorawan-devices-repository -d /opt/lorawan-devices
10+
chirpstack -c /var/etc/chirpstack import-legacy-lorawan-devices-repository -d /opt/lorawan-devices
1111
RET=$?
1212
if [ $RET -eq 0 ]; then
1313
cp /opt/lorawan-devices/SRCREV /opt/lorawan-devices/SRCREV.lastimport

conf/rak_rak7391/files/etc/rc.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ do
77
break
88
fi
99

10-
chirpstack -c /etc/chirpstack import-legacy-lorawan-devices-repository -d /opt/lorawan-devices
10+
chirpstack -c /var/etc/chirpstack import-legacy-lorawan-devices-repository -d /opt/lorawan-devices
1111
RET=$?
1212
if [ $RET -eq 0 ]; then
1313
cp /opt/lorawan-devices/SRCREV /opt/lorawan-devices/SRCREV.lastimport

0 commit comments

Comments
 (0)