diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-04-16 13:10:29 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-04-16 13:10:29 +0200 |
commit | 3abb3bc372b69aa17e87f00b22042de02830341e (patch) | |
tree | 4f1c45f40c30b18e35ffc7e983788ffdbe434ed5 /src/util | |
parent | f552b7e4c03ec46c9ac562c751604466b393d9c8 (diff) |
use user_config_file as well
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/os_installation.c | 1 |
1 files changed, 1 insertions, 0 deletions
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", }; |