From 854ecce55037491ae485b7c6ceb6d04002aa837c Mon Sep 17 00:00:00 2001 From: olli Date: Sun, 6 Nov 2022 11:08:48 +0100 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runchecks.yml b/runchecks.yml index a7997a8..70659bc 100644 --- a/runchecks.yml +++ b/runchecks.yml @@ -192,7 +192,7 @@ ps aufx | grep $dzpid | grep -v grep >${g_tmp}/proc-check-$dzpid.notify pstree $dzpid >>${g_tmp}/proc-check-$dzpid.notify cat ${g_tmp}/proc-check/$dzpid >>${g_tmp}/proc-check-$dzpid.notify - egrep -q "usb-storage" ${g_tmp}/proc-check-$dzpid.notify || g_echo_error "$(cat ${g_tmp}/proc-check-$dzpid.notify)" + egrep -q "usb-storage|md[0-9]*_" ${g_tmp}/proc-check-$dzpid.notify || g_echo_error "$(cat ${g_tmp}/proc-check-$dzpid.notify)" fi else date >${g_tmp}/proc-check/$dzpid