1
0
mirror of https://github.com/falk-werner/webfused synced 2024-10-27 20:44:08 +00:00

fixed default config file path

This commit is contained in:
Falk Werner 2020-03-20 18:01:36 +01:00
parent 0353131770
commit 2643b36ed8

View File

@ -19,7 +19,7 @@
#include "webfused/change_user.h"
#define WFD_SERVICE_TIMEOUT (1 * 1000)
#define WFD_DEFAULT_CONFIG_FILE ("/etc/webfuse.conf")
#define WFD_DEFAULT_CONFIG_FILE ("/etc/webfused.conf")
struct args
{