From 6f3d02faa50ca7efba5df0b5217206a171698eb0 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 27 Jun 2021 21:14:35 +0200 Subject: print-status-html: active cryptdevices are yellow, not red --- print-status-html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/print-status-html b/print-status-html index 53a033a..4babe08 100755 --- a/print-status-html +++ b/print-status-html @@ -42,6 +42,10 @@ EOF s,.*,\0, b } + / is active\.$/ { + s,.*,\0, + b + } s,.*,\0, ' \ | sed ' -- cgit v1.2.3-54-g00ecf