From 8fb8bb2ebba385437ce9ffe6e8b345af1df4a57c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 21 Feb 2023 20:12:27 +0100 Subject: [PATCH] wip #5524 @0.25 --- app/bin/mount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bin/mount b/app/bin/mount index 3d64ab1..a28be43 100755 --- a/app/bin/mount +++ b/app/bin/mount @@ -17,5 +17,5 @@ mkdir -p /toolbox if mountpoint -q "/toolbox"; then : else - sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -p 58745 -o uid=33 -o gid=33 -o allow_other root@alphaville.cubedesigners.com:/application/protected/fluidbookpublication /toolbox + 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 /toolbox fi \ No newline at end of file -- 2.39.5