From 529c46e56369afd6fd28cc87dfa2640883b1779b Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 24 Jan 2025 14:30:37 +0100 Subject: [PATCH] wip #7270 --- app/bin/mount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bin/mount b/app/bin/mount index 2c6abad..106331a 100755 --- a/app/bin/mount +++ b/app/bin/mount @@ -31,7 +31,7 @@ mkdir -p /application/protected/fluidbookpublication/working if mountpoint -q "/application/protected/fluidbookpublication/working"; then : else - sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -p 7553 -o uid=33 -o gid=33 -o allow_other fluidbook@docs.toolbox.fluidbook.com:/data /application/protected/fluidbookpublication/working + sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -p 7553 -o uid=33 -o gid=33 -o allow_other fluidbook@assets.toolbox.fluidbook.com:/data /application/protected/fluidbookpublication/working fi mkdir -p /application/usstorage -- 2.39.5