„runchecks.yml“ ändern

This commit is contained in:
olli 2022-10-12 20:00:07 +02:00
parent 67ffdfa7a1
commit c0d12107b0

View File

@ -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