From: Vincent Vanwaelscappel Date: Tue, 21 Feb 2023 19:12:27 +0000 (+0100) Subject: wip #5524 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=8fb8bb2ebba385437ce9ffe6e8b345af1df4a57c;p=fluidbook_processfarm.git wip #5524 @0.25 --- 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