From f1589853fcd2f6226e2fe0e36540650e1b0dac80 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 20 Jun 2017 19:35:10 +0200 Subject: reproducible Debian: ignore mount output Signed-off-by: Holger Levsen --- bin/reproducible_node_health_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_node_health_check.sh b/bin/reproducible_node_health_check.sh index 41139580..c355b413 100755 --- a/bin/reproducible_node_health_check.sh +++ b/bin/reproducible_node_health_check.sh @@ -78,7 +78,7 @@ fi # check for hanging mounts # echo "$(date -u) - testing whether running 'mount' takes forever..." -timeout 15 mount +timeout 15 mount > /dev/null TIMEOUT=$? if [ $TIMEOUT -ne 0 ] ; then echo "$(date -u) - running 'mount' takes forever, giving up." -- cgit v1.2.3-54-g00ecf