fix: add -N flag to getopts

This commit is contained in:
Jose Diaz-Gonzalez
2023-02-08 00:54:23 -05:00
parent a54c288485
commit 8e0b6e0d5e

View File

@@ -727,7 +727,7 @@ service_parse_args() {
done done
OPTIND=1 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 case "$opt" in
a) a)
SERVICE_ALIAS="${OPTARG^^}" SERVICE_ALIAS="${OPTARG^^}"