From: Vincent Vanwaelscappel Date: Tue, 12 Apr 2022 08:21:11 +0000 (+0200) Subject: wip #5220 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=505c4f399853e63aee54868536c2ca367e32ff74;p=fluidbook_processfarm.git wip #5220 --- diff --git a/bin/ping b/bin/ping index 9926177..472d87a 100644 --- a/bin/ping +++ b/bin/ping @@ -1,3 +1,8 @@ #!/bin/sh /usr/local/fluidbook_processfarm/bin/mount -echo "1" \ No newline at end of file +FILE=/usr/local/fluidbook_processfarm/files/status +if [ -f "$FILE" ]; then + echo "1" +else + echo "0" +fi