From 4df81972624d6fb5a6408311eec2a56efa6b1426 Mon Sep 17 00:00:00 2001 From: aviau Date: Thu, 20 Aug 2015 10:47:53 -0400 Subject: [PATCH] Added 'N' option is getopt Change-Id: Ibd2a366ef135dcac241288f073d7c7a9b26de4d0 --- container/configure-dashboard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/configure-dashboard.sh b/container/configure-dashboard.sh index 8958bc0..1be3127 100755 --- a/container/configure-dashboard.sh +++ b/container/configure-dashboard.sh @@ -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}