Update 'scripts/setup-template.py'
parent
aac4f11f78
commit
9c6f77d6bf
|
@ -11,7 +11,7 @@ with open("/etc/nginx/sites-available/#service.conf", "w") as f:
|
||||||
f.write(template)
|
f.write(template)
|
||||||
|
|
||||||
#GET_CERT
|
#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
|
#GENERATE_NGINX
|
||||||
# depreceated, TODO: replace with os.subprocess
|
# depreceated, TODO: replace with os.subprocess
|
||||||
|
|
Loading…
Reference in New Issue