From d56a229f2ab2f4e7aa18d4abd6440df2a99df553 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Sat, 20 Jul 2024 13:34:53 +0200 Subject: [PATCH] checkservices: honor -m/-M flags --- admin/checkservices | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/checkservices b/admin/checkservices index eca424b..4322962 100755 --- a/admin/checkservices +++ b/admin/checkservices @@ -265,7 +265,7 @@ usage() { # set options as global vars argparse() { local opt - while getopts 'AahFfLlPpRrSsUuZzi:' opt; do + while getopts 'AahFfLlPpRrSsUuMmZzi:' opt; do case $opt in A) AUTOCONFIRM=0;; a) AUTOCONFIRM=1;; F) FAILED=0;; f) FAILED=1;;