diff --git a/vhost/vhost.py b/vhost/vhost.py index 4d82d18..fabe644 100755 --- a/vhost/vhost.py +++ b/vhost/vhost.py @@ -140,7 +140,7 @@ def vhost_add(domain: str, sv: str, dist: str): vhost_file_fp.write(vhost) # debug: this file might not be here........... - if y_n_question("Create index.html placeholder?") + if y_n_question("Create index.html placeholder?"): shutil.copyfile('c.txt', os.path.join(www, 'index.html'))