Fix grafana init script

Change-Id: I9a87609738638e162f8e7b5edc61a807b6ac2750
This commit is contained in:
Thibault Cohen 2015-07-10 16:36:28 -04:00
parent f906f96bea
commit a73c8deaf4
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,9 @@ while getopts "H:U:P:p:g:" o; do
P)
INFLUXDB_PASS=${OPTARG}
;;
N)
INFLUXDB_NAME=${OPTARG}
;;
p)
INFLUXDB_PORT=${OPTARG}
;;
@ -22,6 +25,7 @@ while getopts "H:U:P:p:g:" o; do
;;
*)
usage
exit 1
;;
esac
done