From 4d6668ac6c38223796e001c8ad990af5d07996b7 Mon Sep 17 00:00:00 2001 From: gauthiier Date: Fri, 26 Sep 2025 14:05:49 +0200 Subject: [PATCH] ask placeholder (bis) --- vhost/vhost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))