Skip to content

Commit 8ffc20c

Browse files
committed
Change band_ > region_ after rename in concentratord repo.
Closes #97.
1 parent 9edf2e2 commit 8ffc20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/recipes-chirpstack/gateway-config/files/gateway-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ do_copy_concentratord_config() {
684684

685685
if [ $RET -eq 0 ]; then
686686
cp /etc/chirpstack-concentratord/$1/examples/concentratord.toml /etc/chirpstack-concentratord/$1/concentratord.toml
687-
cp /etc/chirpstack-concentratord/$1/examples/band_$4.toml /etc/chirpstack-concentratord/$1/band.toml
687+
cp /etc/chirpstack-concentratord/$1/examples/region_$4.toml /etc/chirpstack-concentratord/$1/band.toml
688688
cp /etc/chirpstack-concentratord/$1/examples/channels_$4$SUFFIX.toml /etc/chirpstack-concentratord/$1/channels.toml
689689

690690
# set model

0 commit comments

Comments
 (0)