From 3abb3bc372b69aa17e87f00b22042de02830341e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 16 Apr 2016 13:10:29 +0200 Subject: use user_config_file as well --- src/util/os_installation.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util') diff --git a/src/util/os_installation.c b/src/util/os_installation.c index 2c2ba8cda..4b493346e 100644 --- a/src/util/os_installation.c +++ b/src/util/os_installation.c @@ -39,6 +39,7 @@ static const struct GNUNET_OS_ProjectData taler_pd = { .bug_email = "taler@gnu.org", .homepage = "http://www.gnu.org/s/taler/", .config_file = "taler.conf", + .user_config_file = "~/.config/taler.conf", }; -- cgit v1.2.3