]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6259 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 12 Sep 2023 17:43:21 +0000 (19:43 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 12 Sep 2023 17:43:21 +0000 (19:43 +0200)
bin/startup.sh

index cabdebc0fdb2df9a58da67930306244190ac6818..2f4439f146023b05bab9eae9201e276861080ac4 100644 (file)
@@ -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