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