From 70e3e7c3cbd87e649dee714d7d66fd5fa7ba75a1 Mon Sep 17 00:00:00 2001 From: aviau Date: Wed, 17 Jun 2015 17:14:45 -0400 Subject: [PATCH] Fixed typo: 'INFLUXDB_PORT' -> 'INFLUXDB_USER' Change-Id: I2c862f15223734793d9c4728e61ca00e6ba2f7f7 --- 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 03113b9..4440814 100755 --- a/container/configure-dashboard.sh +++ b/container/configure-dashboard.sh @@ -7,7 +7,7 @@ while getopts "H:U:P:p" o; do INFLUXDB_HOST=${OPTARG} ;; U) - INFLUXDB_PORT=${OPTARG} + INFLUXDB_USER=${OPTARG} ;; P) INFLUXDB_PASS=${OPTARG}