]> _ Git - fluidbook-hosting-loadbalancer.git/commitdiff
wip #7073
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 26 Sep 2024 12:35:22 +0000 (14:35 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 26 Sep 2024 12:35:22 +0000 (14:35 +0200)
update

diff --git a/update b/update
index 2f1009dd5b7ae752dad7a41580b77dc94355ee4f..0a1e63e001f64d8a6178f8e27bdbc2058940e01c 100644 (file)
--- a/update
+++ b/update
@@ -1,9 +1,9 @@
 #!/bin/bash
 docker network create fluidbook-hosting-loadbalancer
 cd /docker/fluidbook-hosting-loadbalancer
-if [ ! -f ./env ]
+if [ ! -f ./.env ]
 then
-    printf "VIRTUAL_HOST=s1.lb.fluidbook.com\nLETSENCRYPT_HOST=s1.lb.fluidbook.com\nSYNC=1\nWWW=./www" > ./env
+    printf "VIRTUAL_HOST=s1.lb.fluidbook.com\nLETSENCRYPT_HOST=s1.lb.fluidbook.com\nSYNC=1\nWWW=./www" > ./.env
 fi
 git config --global --add safe.directory /docker/fluidbook-hosting-loadbalancer
 git fetch --all