]> _ Git - fluidbook_processfarm.git/commitdiff
wip #7270 @3
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 24 Jan 2025 13:29:38 +0000 (14:29 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 24 Jan 2025 13:29:38 +0000 (14:29 +0100)
app/bin/mount

index 1285307083cc2dbd48676ca7d333b6ceab0ff243..2c6abadc576416cd370a13cb9a815a677874d8eb 100755 (executable)
@@ -31,7 +31,7 @@ mkdir -p /application/protected/fluidbookpublication/working
 if mountpoint -q "/application/protected/fluidbookpublication/working"; then
     :
 else
-     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/working /application/protected/fluidbookpublication/working
+     sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -p 7553 -o uid=33 -o gid=33 -o allow_other fluidbook@docs.toolbox.fluidbook.com:/data /application/protected/fluidbookpublication/working
 fi
 
 mkdir -p /application/usstorage