File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ exec 3< <(influxd)
1010
1111sleep 3
1212
13- for i in {180 ..0}; do
13+ for i in {1800 ..0}; do
1414 if influx -execute " SHOW DATABASES" > /dev/null 2>&1 ; then
1515 break ;
1616 fi
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ s6-svwait -u -t 5000 /var/run/s6/services/kapacitor
1717
1818# Wait for InfluxDB...
1919hass.log.info "Chronograf is waiting until InfluxDB is available..."
20- for i in {180 ..0}; do
20+ for i in {1800 ..0}; do
2121 if influx \
2222 -execute "SHOW DATABASES" \
2323 -username "chronograf" \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ s6-svwait -u -t 5000 /var/run/s6/services/influxdb
1111
1212# Wait for InfluxDB...
1313hass.log.info "Kapacitor is waiting until InfluxDB is available..."
14- for i in {180 ..0}; do
14+ for i in {1800 ..0}; do
1515 if influx \
1616 -execute "SHOW DATABASES" \
1717 -username "kapacitor" \
You can’t perform that action at this time.
0 commit comments