From ebb05e551a1b075e38c5b3460e1777960c5f49e6 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Tue, 22 Mar 2022 15:41:42 +0100 Subject: [PATCH] fix syntax error on 100% idle --- check_cpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_cpu b/check_cpu index 14b6a93..072e825 100755 --- a/check_cpu +++ b/check_cpu @@ -24,7 +24,7 @@ . $(dirname $0)/inc_pluginfunctions self_APPNAME=$( basename $0 | tr [:lower:] [:upper:] ) -self_APPVERSION=1.8 +self_APPVERSION=1.9 tmpfile=/tmp/check_cpu_$$ -- GitLab