From 30649b142e18659f1f96b8e423a17435b1c320ec Mon Sep 17 00:00:00 2001 From: drunkendog Date: Thu, 29 Sep 2022 20:01:59 +0100 Subject: [PATCH] Update 'scripts/setup-template.py' --- scripts/setup-template.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/setup-template.py b/scripts/setup-template.py index c413950..be5301c 100644 --- a/scripts/setup-template.py +++ b/scripts/setup-template.py @@ -18,4 +18,6 @@ os.system(f"sh ../getcert.sh {sys.argv[1]} {sys.argv[2]}") os.system("sh ../nginx-ensite.sh #service") #START_CONTAINER -os.system("sh launch-docker.sh") \ No newline at end of file +os.system("sh launch-docker.sh") + +#POST_LAUNCH_COMMANDS \ No newline at end of file