From 8fe6439153a5f4b72bc394e024607eb5bbe368ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marlin=20S=C3=B6=C3=B6se?= <30473690+msoose@users.noreply.github.com> Date: Thu, 7 Jan 2021 18:12:36 -0700 Subject: [PATCH] Update pve-nag-buster.sh For #3 by @pconwell --- pve-nag-buster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-nag-buster.sh b/pve-nag-buster.sh index 5dc290d..39c342f 100755 --- a/pve-nag-buster.sh +++ b/pve-nag-buster.sh @@ -19,7 +19,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -NAGTOKEN="data.status !== 'Active'" +NAGTOKEN="data.status.toLowerCase() !== 'active'" NAGFILE="/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js" SCRIPT="$(basename $0)"