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

index 693f59220cc3aa72964f6a00ce0b4c639a59507f..3d64ab1fcfbb402c5d4b24399346a732464a7f47 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 /toolbox
+    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
 fi
\ No newline at end of file
index 6b4e62a1f123cff81430314d3c5ff2cde06044ca..07583b4dd0b9c5d2df735cbef94848dc2a31ebdd 100644 (file)
@@ -1,2 +1,2 @@
 <?php
-die(file_exists('/files/status') && file_exists('/usfiles/status') ? '1' : '0');
\ No newline at end of file
+die(file_exists('/files/status') && file_exists('/usfiles/status') && file_exists('/toolbox/stats') ? '1' : '0');
\ No newline at end of file