typo
This commit is contained in:
parent
7952237dd5
commit
754ad94a5f
@ -92,7 +92,7 @@ def vhost_add(domain):
|
|||||||
vhost_file_fp.write(vhost)
|
vhost_file_fp.write(vhost)
|
||||||
|
|
||||||
# debug: this file might not be here...........
|
# debug: this file might not be here...........
|
||||||
shutil.copyfile('c.txt', os.path.join(www, 'c.txt'x))
|
shutil.copyfile('c.txt', os.path.join(www, 'c.txt'))
|
||||||
|
|
||||||
# bla = os.path.join(www, 'itworks.txt')
|
# bla = os.path.join(www, 'itworks.txt')
|
||||||
# with open(bla, 'w+') as bla_fp:
|
# with open(bla, 'w+') as bla_fp:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user