From 24fc9491824cd01a416b75b75be4481116851192 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 21 Feb 2023 20:33:15 +0100 Subject: [PATCH] wip #5524 --- app/bin/mount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bin/mount b/app/bin/mount index 80665ed..0cd7a09 100755 --- a/app/bin/mount +++ b/app/bin/mount @@ -24,5 +24,5 @@ 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 + sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other fluidbook@kingkong.cubedesigners.com:/home/fluidbook/data /application/usstorage fi \ No newline at end of file -- 2.39.5