This commit is contained in:
gauthiier 2018-11-28 11:03:47 +01:00
parent f476b0c038
commit 51edaa3ede

View File

@ -92,7 +92,7 @@ def vhost_add(domain):
bla = os.path.join(www, 'itworks.txt')
with open(bla, 'w+') as bla_fp:
bla.write("it does.")
bla_fp.write("it does.")
# check is ssl cert exists
cert = os.path.join('/etc/letsencrypt/live', domain)