fix: add -N flag to getopts

This commit is contained in:
Jose Diaz-Gonzalez
2023-02-08 00:54:23 -05:00
parent 49e4e4ec23
commit ebb5112055

View File

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