From bb71283af9a4ca319283db0d241eaf44ed6b6911 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 21 Jul 2023 14:09:17 +0200 Subject: [PATCH] wait #6149 @0.25 --- app/bin/mount | 7 +++++++ app/ping.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 @@