From ebb5112055a6a67ec0bff28516dd0ff0bdc343ce Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 8 Feb 2023 00:54:23 -0500 Subject: [PATCH] fix: add -N flag to getopts --- common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-functions b/common-functions index 7b401e0..4dafe55 100755 --- a/common-functions +++ b/common-functions @@ -727,7 +727,7 @@ service_parse_args() { done OPTIND=1 - while getopts "a:c:C:d:i:I:m:n:p:P:q:R:r:s:S:u:" opt; do + while getopts "a:c:C:d:i:I:m:n:N:p:P:q:R:r:s:S:u:" opt; do case "$opt" in a) SERVICE_ALIAS="${OPTARG^^}"