fix: add -N flag to getopts
This commit is contained in:
@@ -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^^}"
|
||||
|
||||
Reference in New Issue
Block a user