From 44d83c3fc0dad7f88c0d318314e81feaff87e210 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 7 Oct 2025 17:18:30 +0200 Subject: [PATCH] wip #7741 --- bin/sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5