From 6311679ebaaf9bd06966825bf63998abb7feb9cc Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 24 Jan 2025 14:29:38 +0100 Subject: [PATCH] wip #7270 @3 --- app/bin/mount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bin/mount b/app/bin/mount index 1285307..2c6abad 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 58745 -o uid=33 -o gid=33 -o allow_other toolbox@toolbox.fluidbook.com:/application/protected/fluidbookpublication/working /application/protected/fluidbookpublication/working + 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 fi mkdir -p /application/usstorage -- 2.39.5