]> _ Git - fluidbook_processfarm.git/commitdiff
wip #6149
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 20 Jul 2023 06:54:45 +0000 (08:54 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 20 Jul 2023 06:54:45 +0000 (08:54 +0200)
app/bin/mount

index aa7e9bc8d02b1f9df2fa09bc8bedd599118c7d05..1607430c277d4fe60deffc23146ae42ed4c86fbd 100755 (executable)
@@ -17,7 +17,7 @@ mkdir -p /application/protected/fluidbookpublication/docs
 if mountpoint -q "/application/protected/fluidbookpublication/docs"; then
     :
 else
-    sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other root@godzilla.cubedesigners.com:/application/protected/fluidbookpublication/docs /application/protected/fluidbookpublication/docs
+    sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other root@godzilla.cubedesigners.com:/data/fluidbook/docs /application/protected/fluidbookpublication/docs
 fi
 
 mkdir -p /application/usstorage