Update 'scripts/setup-template.py'

pull/4/head
drunkendog 2022-09-26 19:07:09 +01:00
parent aac4f11f78
commit 9c6f77d6bf
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ with open("/etc/nginx/sites-available/#service.conf", "w") as f:
f.write(template)
#GET_CERT
os.system(f"sh getcert.sh {sys.argv[1]} {sys.argv[2]}")
os.system(f"sh ../getcert.sh {sys.argv[1]} {sys.argv[2]}")
#GENERATE_NGINX
# depreceated, TODO: replace with os.subprocess