Fix grafana init script
Change-Id: I9a87609738638e162f8e7b5edc61a807b6ac2750
This commit is contained in:
parent
f906f96bea
commit
a73c8deaf4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user