This commit is contained in:
2025-07-02 17:09:51 -05:00
parent 3207f1a870
commit b7c329ddb8

View File

@ -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