Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loop when try to create the database with parameters : Example : {code} + for i in '{30..0}' + influx -host 127.0.0.1 -port 8086 -execute 'CREATE DATABASE database' + echo 'influxdb init process in progress...' influxdb init process in progress... + sleep 1 + for i in '{30..0}' + influx -host 127.0.0.1 -port 8086 -execute 'CREATE DATABASE database' influxdb init process in progress... + echo 'influxdb init process in progress...' + sleep 1 {code}
- Loading branch information
1321f0d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tq