From: Vincent Vanwaelscappel Date: Tue, 12 Sep 2023 17:43:21 +0000 (+0200) Subject: wait #6259 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c868d90105c2a3c5ae20e4f1fbad85b76f0fd09c;p=fluidbook-toolbox.git wait #6259 @1 --- diff --git a/bin/startup.sh b/bin/startup.sh index cabdebc0f..2f4439f14 100644 --- a/bin/startup.sh +++ b/bin/startup.sh @@ -49,7 +49,7 @@ mkdir -p /application/protected/fluidbookpublication/docs if mountpoint -q "/application/protected/fluidbookpublication/docs"; then : else - sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=1002 -o gid=33 -o allow_other root@godzilla.cubedesigners.com:/data/fluidbook/docs /application/protected/fluidbookpublication/docs + sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o cache=no -o sshfs_sync -o uid=1002 -o gid=33 -o allow_other root@godzilla.cubedesigners.com:/data/fluidbook/docs /application/protected/fluidbookpublication/docs fi # Launch PHP