diff --git a/scripts/grav/main.py b/scripts/grav/main.py index 33b638d..e646b3f 100644 --- a/scripts/grav/main.py +++ b/scripts/grav/main.py @@ -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") \ No newline at end of file