From: Vincent Vanwaelscappel Date: Tue, 21 Feb 2023 19:30:40 +0000 (+0100) Subject: wip #5524 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6ab1a2c63b2e267a288e1a22a50b8cc7b450e98d;p=fluidbook_processfarm.git wip #5524 @0.25 --- diff --git a/app/bin/mount b/app/bin/mount index 5b5a04d..80665ed 100755 --- a/app/bin/mount +++ b/app/bin/mount @@ -18,4 +18,11 @@ if mountpoint -q "/application/protected/fluidbookpublication"; then : else sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -p 58745 -o uid=33 -o gid=33 -o allow_other toolbox@toolbox.fluidbook.com:/application/protected/fluidbookpublication /application/protected/fluidbookpublication +fi + +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 fi \ No newline at end of file diff --git a/app/ping.php b/app/ping.php index 9733643..e6f825c 100644 --- a/app/ping.php +++ b/app/ping.php @@ -1,2 +1,2 @@