From 6ab1a2c63b2e267a288e1a22a50b8cc7b450e98d Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 21 Feb 2023 20:30:40 +0100 Subject: [PATCH] wip #5524 @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 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 @@