You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Closeschirpstack/chirpstack-docker#74 and
chirpstack/chirpstack-docker#75.
0 commit comments