diff options
author | Jonas <dr@jones.dk> | 2013-11-13 12:04:34 +0100 |
---|---|---|
committer | Jonas <dr@jones.dk> | 2013-11-13 12:04:34 +0100 |
commit | 376276c470dd54d6ebe0f0c6d0aeaff6b9a23614 (patch) | |
tree | 5dfc4a9cafe595b004a9226c18ca47e2e46c9a3d /localikiblogcreate | |
parent | 84642382812c4242bb4a4f57a7fdb004bc7c7b7a (diff) |
Fix config file name.
Diffstat (limited to 'localikiblogcreate')
-rwxr-xr-x | localikiblogcreate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localikiblogcreate b/localikiblogcreate index c80475f..01ca843 100755 --- a/localikiblogcreate +++ b/localikiblogcreate @@ -15,7 +15,7 @@ BLOGPROTO=http BLOGHOST=user.homebase.dk # The above can be overridden -LOCALCONFIG=/etc/local/webresolve.conf +LOCALCONFIG=/etc/local/ikiblog.conf . $LOCALCONFIG || true gitdir="$BLOGGITDIR" |