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

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