new check mountpoint - bugfix

This commit is contained in:
2017-10-03 14:07:48 +02:00
parent f4e214f80c
commit 3a8138fabf

View File

@@ -38,7 +38,7 @@ EOF
shift
done
echo "before ${a[@]}"
a=( $(cut -d' ' -f 1-3 </proc/loadavg) )
level=0
txt=OK
for ((i=0;i<3;++i)); do