From 6c8b7635abfa6cce7821a4bde9b794a9426991b4 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 1 Oct 2024 18:25:41 +0200 Subject: [PATCH] wip #7112 --- bin/sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5