Commit b291ead
committed
Fix loading config from default paths after merging #199.
This regression was introduced by #199. cfgFiles does point to a slice,
but it was not checked if the slice was empty or not. Therefore, no
configuration file was read if the -c parameter was not used.
Closes chirpstack/chirpstack-docker#74 and
chirpstack/chirpstack-docker#75.1 parent d411d3b commit b291ead
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments