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"
|
||||
|
||||
# Get opt
|
||||
while getopts "H:U:P:p:g:" o; do
|
||||
while getopts "H:U:P:N:p:g:" o; do
|
||||
case "${o}" in
|
||||
H)
|
||||
INFLUXDB_HOST=${OPTARG}
|
||||
|
Loading…
Reference in New Issue
Block a user