From b7c329ddb8b7a8adc234ec498fcc30cb1aadaab6 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Wed, 2 Jul 2025 17:09:51 -0500 Subject: [PATCH] . --- ProjectCode/Agents/librenms/postfix-queue,sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectCode/Agents/librenms/postfix-queue,sh b/ProjectCode/Agents/librenms/postfix-queue,sh index dc1951c..57f0aef 100644 --- a/ProjectCode/Agents/librenms/postfix-queue,sh +++ b/ProjectCode/Agents/librenms/postfix-queue,sh @@ -10,4 +10,4 @@ QUEUES="incoming active deferred hold" for i in $QUEUES; do COUNT=`qshape $i | grep TOTAL | awk '{print $2}'` printf "$COUNT\n" -done +done \ No newline at end of file