Update 'scripts/grav/main.py'

pull/4/head
drunkendog 2022-09-22 19:53:03 +01:00
parent 97c28d333d
commit bb9eac8544
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ with open("/etc/nginx/sites-available/grav.conf", "w") as f:
f.write(template)
# depreceated, TODO: replace with os.subprocess
os.system("sh ../nginx-ensite.sh grav.conf")
os.system("sh ../nginx-ensite.sh grav")
os.system("sh launch-docker.sh")