From ada2674a285a600f459b1b4aa00d0757f20a0c11 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 12 Apr 2022 10:24:31 +0200 Subject: [PATCH] wip #5220 --- bin/ping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ping b/bin/ping index 472d87a..d4cc2e1 100644 --- a/bin/ping +++ b/bin/ping @@ -1,5 +1,5 @@ #!/bin/sh -/usr/local/fluidbook_processfarm/bin/mount +/usr/local/fluidbook_processfarm/bin/mount > /dev/null 2>&1 FILE=/usr/local/fluidbook_processfarm/files/status if [ -f "$FILE" ]; then echo "1" -- 2.39.5