From: Vincent Vanwaelscappel Date: Fri, 21 Jul 2023 12:09:17 +0000 (+0200) Subject: wait #6149 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=bb71283af9a4ca319283db0d241eaf44ed6b6911;p=fluidbook_processfarm.git wait #6149 @0.25 --- diff --git a/app/bin/mount b/app/bin/mount index 63d5de4..10c299f 100755 --- a/app/bin/mount +++ b/app/bin/mount @@ -27,6 +27,13 @@ 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/cache/pdffiles /application/protected/fluidbookpublication/cache/pdffiles fi +mkdir -p /application/protected/fluidbookpublication/working +if mountpoint -q "/application/protected/fluidbookpublication/working"; 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/working /application/protected/fluidbookpublication/working +fi + mkdir -p /application/usstorage if mountpoint -q "/application/usstorage"; then : diff --git a/app/ping.php b/app/ping.php index 8f4632a..ea46292 100644 --- a/app/ping.php +++ b/app/ping.php @@ -1,5 +1,5 @@