]> _ Git - fluidbook_processfarm.git/commitdiff
wait #7270
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 Jan 2025 16:27:13 +0000 (17:27 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 Jan 2025 16:27:13 +0000 (17:27 +0100)
app/bin/mount

index db935e14690185b39311049e5a048c8faf5222f3..1285307083cc2dbd48676ca7d333b6ceab0ff243 100755 (executable)
@@ -3,7 +3,7 @@ mkdir -p /files
 if mountpoint -q "/files"; then
     :
 else
-    sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -P -o uid=33 -o gid=33 -o allow_other fluidbook@docs.toolbox.fluidbook.com:/data /files -p 7552
+    sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -p 7552 -o uid=33 -o gid=33 -o allow_other fluidbook@docs.toolbox.fluidbook.com:/data /files
 fi
 
 mkdir -p /usfiles
@@ -17,7 +17,7 @@ mkdir -p /application/protected/fluidbookpublication/docs
 if mountpoint -q "/application/protected/fluidbookpublication/docs"; then
     :
 else
-    sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -P -o uid=33 -o gid=33 -o allow_other fluidbook@docs.toolbox.fluidbook.com:/data /application/protected/fluidbookpublication/docs -p 7552
+    sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -p 7552 -o uid=33 -o gid=33 -o allow_other fluidbook@docs.toolbox.fluidbook.com:/data /application/protected/fluidbookpublication/docs
 fi
 
 mkdir -p /application/protected/fluidbookpublication/cache/pdffiles