Skip to content
Snippets Groups Projects
Commit ee1596ec authored by juga's avatar juga Committed by Matt Traudt
Browse files

Add runtime dir option in validate

parent c803c3d0
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ def _validate_tor(conf):
sec = 'tor'
err_tmpl = Template('$sec/$key ($val): $e')
unvalidated_keys = [
'datadir', 'control_socket', 'log', 'extra_lines']
'datadir', 'run_dpath', 'control_socket', 'pid', 'log', 'extra_lines']
all_valid_keys = unvalidated_keys
errors.extend(_validate_section_keys(conf, sec, all_valid_keys, err_tmpl))
return errors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment