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^^}"