diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-10 02:41:22 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-12 14:59:06 +0300 |
| commit | c1dfdf05da73b4e11b9e848708f6e227907e9871 (patch) | |
| tree | d5789c5585fbf2e4519cb0962cabb6c9540eb565 /src/local | |
| parent | 2a7b4e35b5d272991f79883bcab733509a23d6a5 (diff) | |
clearing up use of template_d config key: template_d_path -> template_d_relpath
Diffstat (limited to 'src/local')
| -rw-r--r-- | src/local/rz-mux/rz-mux-tool.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/local/rz-mux/rz-mux-tool.py b/src/local/rz-mux/rz-mux-tool.py index f2b66c48..581ed164 100644 --- a/src/local/rz-mux/rz-mux-tool.py +++ b/src/local/rz-mux/rz-mux-tool.py @@ -84,7 +84,6 @@ def gen_dom_config__rhizi(domain_fqdn, cfg): 'rz_port__http': cfg.rz_port__http, 'rz_server_secret': rz_server_secret, 'user_db_path': user_db_path, - 'template_d_path': 'template.d', }), Template_Task(os.path.join(rz_template_path_prefix, 'rhizi.init.jinja'), os.path.join(install_prefix, 'etc/init.d/', 'rhizi__%s' % (domain_fqdn)), |
