cert.py debug

This commit is contained in:
gauthiier 2018-12-06 10:56:04 +01:00
parent d27f16983a
commit 7e015751b9
2 changed files with 8 additions and 8 deletions

View File

@ -92,7 +92,7 @@ def vhost_add(domain):
vhost_file_fp.write(vhost)
# debug: this file might not be here...........
shutil.copyfile('c.txt', os.path.join(www, 'c.txt'))
shutil.copyfile('c.txt', os.path.join(www, 'c.txt'x))
# bla = os.path.join(www, 'itworks.txt')
# with open(bla, 'w+') as bla_fp: