This commit is contained in:
2021-02-09 18:54:44 +01:00
parent 26d46a5229
commit 5cb0c283fe

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));