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