Remove unused ssowat conf

This commit is contained in:
Kay0u 2020-03-28 18:33:46 +01:00
parent b3ccc9273a
commit 1815e56cd9
No known key found for this signature in database
GPG key ID: 7FF262C033518333

View file

@ -303,9 +303,6 @@ def tools_postinstall(operation_logger, domain, password, ignore_dyndns=False,
else:
ssowat_conf = read_json('/etc/ssowat/conf.json.persistent')
if 'redirected_urls' not in ssowat_conf:
ssowat_conf['redirected_urls'] = {}
write_to_json('/etc/ssowat/conf.json.persistent', ssowat_conf)
os.system('chmod 644 /etc/ssowat/conf.json.persistent')