diff --git a/show-errors.sh b/show-errors.sh index 22564c3b..c5db8e22 100755 --- a/show-errors.sh +++ b/show-errors.sh @@ -3,4 +3,4 @@ dir="$(dirname "$0")" $dir/check-disk-space.sh -$dir/show-status.sh | grep -v "online" +$dir/show-status.sh | grep -v "online" || true