From 0e48867cb9c9e855a941177040a5832cfb7360b3 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 14 Sep 2023 17:01:24 +0200 Subject: [PATCH] wip #6269 --- bin/sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sync b/bin/sync index 602933c..e951847 100644 --- a/bin/sync +++ b/bin/sync @@ -1,2 +1,2 @@ #!/bin/sh -/usr/bin/rsync -av --delete -e 'ssh -p 58745' fluidbook@toolbox.fluidbook.com:/application/protected/loadbalancer/ /var/www/html/ > /var/log/sync.log \ No newline at end of file +/usr/bin/rsync -av --delete -e 'ssh -p 58745' fluidbook@toolbox.fluidbook.com:/application/protected/loadbalancer/ /var/www/html/ \ No newline at end of file -- 2.39.5