]> _ Git - fluidbook_processfarm.git/commitdiff
wip #5524 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 21 Feb 2023 19:12:27 +0000 (20:12 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 21 Feb 2023 19:12:27 +0000 (20:12 +0100)
app/bin/mount

index 3d64ab1fcfbb402c5d4b24399346a732464a7f47..a28be439ca68f9afa79206f94c4414c423028c07 100755 (executable)
@@ -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