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