This commit is contained in:
Wolfgang Hottgenroth 2021-02-09 18:54:44 +01:00
parent a10c2ab74f
commit 01fbecfc33
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -24,7 +24,7 @@ config_t cfg;
void readConfig() {
config_init(&cfg);
if (! config_read_file(&cfg, "/etc/sink20169.cfg")) {
if (! config_read_file(&cfg, "./sink20169.cfg")) {
logmsg(LOG_ERR, "failed to read config file: %s:%d - %s\n",
config_error_file(&cfg), config_error_line(&cfg),
config_error_text(&cfg));