Added 'N' option is getopt

Change-Id: Ibd2a366ef135dcac241288f073d7c7a9b26de4d0
This commit is contained in:
aviau 2015-08-20 10:47:53 -04:00
parent 088bbf14ec
commit 4df8197262
1 changed files with 1 additions and 1 deletions

View File

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