]> _ Git - fluidbook-hosting-loadbalancer.git/commitdiff
wip #6269
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 13 Sep 2023 16:07:39 +0000 (18:07 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 13 Sep 2023 16:07:39 +0000 (18:07 +0200)
update

diff --git a/update b/update
index eebe5d6b739b093488a34676de918a8b16bc39f0..29175e0081a0397a34c5eeaa3100ce728cdb4ddb 100644 (file)
--- a/update
+++ b/update
@@ -3,7 +3,7 @@ docker network create fluidbook-hosting-loadbalancer
 cd /docker/fluidbook-hosting-loadbalancer
 if [ ! -f ./env ]
 then
-    echo "VIRTUAL_HOST=s1.lb.fluidbook.com\nLETSENCRYPT_HOST=s1.lb.fluidbook.com" > ./env
+    printf "VIRTUAL_HOST=s1.lb.fluidbook.com\nLETSENCRYPT_HOST=s1.lb.fluidbook.com" > ./env
 fi
 git config --global --add safe.directory /docker/fluidbook-hosting-loadbalancer
 git fetch --all