ask placeholder (bis)

This commit is contained in:
gauthiier 2025-09-26 14:05:49 +02:00
parent a1c1daaba5
commit 4d6668ac6c

View File

@ -140,7 +140,7 @@ def vhost_add(domain: str, sv: str, dist: str):
vhost_file_fp.write(vhost) vhost_file_fp.write(vhost)
# debug: this file might not be here........... # 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')) shutil.copyfile('c.txt', os.path.join(www, 'index.html'))