From 20445dceb330c9e0735b9c1ddf1a871334a54bef Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 20 Jul 2023 08:54:45 +0200 Subject: [PATCH] wip #6149 --- app/bin/mount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bin/mount b/app/bin/mount index aa7e9bc..1607430 100755 --- a/app/bin/mount +++ b/app/bin/mount @@ -17,7 +17,7 @@ mkdir -p /application/protected/fluidbookpublication/docs if mountpoint -q "/application/protected/fluidbookpublication/docs"; then : else - sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other root@godzilla.cubedesigners.com:/application/protected/fluidbookpublication/docs /application/protected/fluidbookpublication/docs + sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other root@godzilla.cubedesigners.com:/data/fluidbook/docs /application/protected/fluidbookpublication/docs fi mkdir -p /application/usstorage -- 2.39.5