summaryrefslogtreecommitdiff
path: root/tools/initlog.py
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2017-07-25 13:32:26 +0200
committerMagnus Ahltorp <map@kth.se>2017-07-25 13:32:26 +0200
commit5105a511348e58629b394373730f9bf91c3e888e (patch)
tree2ebc9618315ef7e1c520ebbe3baf7b9a51830e8f /tools/initlog.py
parent24569ff28412cb1b439070e83caa3bbb5fbd01c5 (diff)
Change paths/mergedb to paths/db in local configdocgen2
Remove unused config variable paths/publickeys
Diffstat (limited to 'tools/initlog.py')
-rwxr-xr-xtools/initlog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/initlog.py b/tools/initlog.py
index 9b30979..222129c 100755
--- a/tools/initlog.py
+++ b/tools/initlog.py
@@ -57,7 +57,7 @@ def main():
own_key = (localconfig["nodename"],
"%s/%s-private.pem" % (paths["privatekeys"],
localconfig["nodename"]))
- mergedb = paths["mergedb"]
+ mergedb = paths["db"]
sthfile = mergedb + "/sth"
logorderfile = mergedb + "/logorder"
currentsizefile = mergedb + "/fetched"