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
<?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