From: Vincent Vanwaelscappel Date: Thu, 20 Jul 2023 06:54:45 +0000 (+0200) Subject: wip #6149 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=20445dceb330c9e0735b9c1ddf1a871334a54bef;p=fluidbook_processfarm.git wip #6149 --- diff --git a/app/bin/mount b/app/bin/mount index aa7e9bc..1607430 100755 --- a/app/bin/mount +++ b/app/bin/mount @@ -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 -o uid=33 -o gid=33 -o allow_other root@godzilla.cubedesigners.com:/application/protected/fluidbookpublication/docs /application/protected/fluidbookpublication/docs + sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other root@godzilla.cubedesigners.com:/data/fluidbook/docs /application/protected/fluidbookpublication/docs fi mkdir -p /application/usstorage