From bb9eac85444e0046e4ad3acddedb85eafdb89df3 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Thu, 22 Sep 2022 19:53:03 +0100 Subject: [PATCH] Update 'scripts/grav/main.py' --- scripts/grav/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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