diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-20 19:35:10 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-20 19:35:10 +0200 |
commit | f1589853fcd2f6226e2fe0e36540650e1b0dac80 (patch) | |
tree | 3965046cab6cb34b6d77ccc897b6a4307655730d /bin | |
parent | 3a2e3b9055b802dbc1f08e8935d486b28b834e51 (diff) | |
download | jenkins.debian.net-f1589853fcd2f6226e2fe0e36540650e1b0dac80.tar.xz |
reproducible Debian: ignore mount output
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_node_health_check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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." |