From c0d12107b034f97205b18a3120ca5f16c2ab3a38 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 12 Oct 2022 20:00:07 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Erunchecks.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runchecks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runchecks.yml b/runchecks.yml index 7417edd..f773e3b 100644 --- a/runchecks.yml +++ b/runchecks.yml @@ -302,7 +302,7 @@ do disk=`echo $i | cut -d" " -f1` usa=`echo $i | cut -d" " -f2` - if [ $usa -gt 88 ] + if [ $usa -gt 98 ] then g_echo_error "Space of $disk full: $usa%" fi @@ -325,7 +325,7 @@ do disk=`echo $i | cut -d" " -f1` usa=`echo $i | cut -d" " -f2` - if [ $usa -gt 88 ] + if [ $usa -gt 98 ] then g_echo_error "Inodes if $disk full: $usa%" fi