From f34e7ce6670ac257ce74999d79da1c678a8dbc9e Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 19 Mar 2024 07:28:03 +0100 Subject: [PATCH] fix --- show-errors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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