From: Vincent Vanwaelscappel Date: Tue, 21 Feb 2023 19:33:15 +0000 (+0100) Subject: wip #5524 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=24fc9491824cd01a416b75b75be4481116851192;p=fluidbook_processfarm.git wip #5524 --- diff --git a/app/bin/mount b/app/bin/mount index 80665ed..0cd7a09 100755 --- a/app/bin/mount +++ b/app/bin/mount @@ -24,5 +24,5 @@ mkdir -p /application/usstorage if mountpoint -q "/application/usstorage"; then : else - sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other fluidbook@kingkong.cubedesigners.com:/home/fluidbook/data/docs /application/usstorage + sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other fluidbook@kingkong.cubedesigners.com:/home/fluidbook/data /application/usstorage fi \ No newline at end of file