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}