From: Vincent Vanwaelscappel Date: Tue, 7 Oct 2025 15:18:30 +0000 (+0200) Subject: wip #7741 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=44d83c3fc0dad7f88c0d318314e81feaff87e210;p=fluidbook-hosting-loadbalancer.git wip #7741 --- diff --git a/bin/sync b/bin/sync index c6852c5..b57c852 100644 --- a/bin/sync +++ b/bin/sync @@ -3,7 +3,7 @@ echo "SYNC $SYNC" 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/ + /usr/bin/rsync -av --delete -e 'ssh -p 58745' toolbox@toolbox.fluidbook.com:/application/protected/fluidbookpublication/loadbalancer/ /usr/local/apache2/htdocs/ else echo "SKIP SYNC" fi