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

index 80665edd3a7e8a071b3e0fd54f00e285ce0e02a8..0cd7a09a33070c54dec5e10271d94f207f600e20 100755 (executable)
@@ -24,5 +24,5 @@ mkdir -p /application/usstorage
 if mountpoint -q "/application/usstorage"; then
     :
 else
-    sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other fluidbook@kingkong.cubedesigners.com:/home/fluidbook/data/docs /application/usstorage
+    sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other fluidbook@kingkong.cubedesigners.com:/home/fluidbook/data /application/usstorage
 fi
\ No newline at end of file