diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/compileconfig.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/compileconfig.py b/tools/compileconfig.py index 9973a95..6ecfcad 100755 --- a/tools/compileconfig.py +++ b/tools/compileconfig.py @@ -318,6 +318,8 @@ def gen_config(nodename, config, localconfig): plopconfig += [ (Symbol("newentries_path"), paths["db"] + "newentries"), (Symbol("lastverifiednewentry_path"), paths["db"] + "lastverifiednewentry"), + (Symbol("spt_data"), + (Symbol("catlfish"), Symbol("spt_data"))), ] if nodetype & set(["frontendnodes", "mergenodes"]): plopconfig += [ |