You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}
0 commit comments