From 754ad94a5f1d16356c000085a053a190ed95661e Mon Sep 17 00:00:00 2001 From: gauthiier Date: Thu, 6 Dec 2018 14:47:10 +0100 Subject: [PATCH] typo --- vhost-apache2/vhost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vhost-apache2/vhost.py b/vhost-apache2/vhost.py index 4f90483..068f02f 100755 --- a/vhost-apache2/vhost.py +++ b/vhost-apache2/vhost.py @@ -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'x)) + shutil.copyfile('c.txt', os.path.join(www, 'c.txt')) # bla = os.path.join(www, 'itworks.txt') # with open(bla, 'w+') as bla_fp: