From: Vincent Vanwaelscappel Date: Wed, 22 Jan 2025 16:27:13 +0000 (+0100) Subject: wait #7270 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=84c61528bca1d47874eba9ee7520c17580b445e6;p=fluidbook_processfarm.git wait #7270 --- diff --git a/app/bin/mount b/app/bin/mount index db935e1..1285307 100755 --- a/app/bin/mount +++ b/app/bin/mount @@ -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