]> _ Git - fluidbook-hosting-loadbalancer.git/commitdiff
wip #7112
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 1 Oct 2024 16:25:41 +0000 (18:25 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 1 Oct 2024 16:25:41 +0000 (18:25 +0200)
bin/sync

index a63c08345c9a0a5abba52448b0503c6b9785f3a3..0f18c1093d203f6b77d4d3d073b24c6c957cdc4c 100644 (file)
--- a/bin/sync
+++ b/bin/sync
@@ -1,6 +1,6 @@
 #!/bin/bash
 if [ "$SYNC" == "1" ]
-  echo "SKIP SYNC\n"
 then
+  echo "SYNC"
   /usr/bin/rsync -av --delete -e 'ssh -p 58745' toolbox@toolbox.fluidbook.com:/application/protected/fluidbookpublication/loadbalancer/ /var/www/html/
 fi