From: Vincent Vanwaelscappel Date: Tue, 1 Oct 2024 16:29:10 +0000 (+0200) Subject: wip #7112 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=70ccdba5bb3b015dca9f4e0e11b356257c6832bb;p=fluidbook-hosting-loadbalancer.git wip #7112 --- diff --git a/bin/sync b/bin/sync index 0f18c10..dcb2585 100644 --- 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