From 505c4f399853e63aee54868536c2ca367e32ff74 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 12 Apr 2022 10:21:11 +0200 Subject: [PATCH] wip #5220 --- bin/ping | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.5