We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edf2e2 commit 8ffc20cCopy full SHA for 8ffc20c
meta/recipes-chirpstack/gateway-config/files/gateway-config.sh
@@ -684,7 +684,7 @@ do_copy_concentratord_config() {
684
685
if [ $RET -eq 0 ]; then
686
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
+ cp /etc/chirpstack-concentratord/$1/examples/region_$4.toml /etc/chirpstack-concentratord/$1/band.toml
688
cp /etc/chirpstack-concentratord/$1/examples/channels_$4$SUFFIX.toml /etc/chirpstack-concentratord/$1/channels.toml
689
690
# set model
0 commit comments