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

index 2c6abadc576416cd370a13cb9a815a677874d8eb..106331a37666eb4ee6736c3df11f50b9901022fc 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 7553 -o uid=33 -o gid=33 -o allow_other fluidbook@docs.toolbox.fluidbook.com:/data /application/protected/fluidbookpublication/working
+     sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -p 7553 -o uid=33 -o gid=33 -o allow_other fluidbook@assets.toolbox.fluidbook.com:/data /application/protected/fluidbookpublication/working
 fi
 
 mkdir -p /application/usstorage