Added 'N' option is getopt
Change-Id: Ibd2a366ef135dcac241288f073d7c7a9b26de4d0
This commit is contained in:
parent
088bbf14ec
commit
4df8197262
@ -3,7 +3,7 @@
|
|||||||
GRAFANA_URL="http://localhost:8888/grafana"
|
GRAFANA_URL="http://localhost:8888/grafana"
|
||||||
|
|
||||||
# Get opt
|
# Get opt
|
||||||
while getopts "H:U:P:p:g:" o; do
|
while getopts "H:U:P:N:p:g:" o; do
|
||||||
case "${o}" in
|
case "${o}" in
|
||||||
H)
|
H)
|
||||||
INFLUXDB_HOST=${OPTARG}
|
INFLUXDB_HOST=${OPTARG}
|
||||||
|
Loading…
Reference in New Issue
Block a user