Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update init-influxdb.sh #203

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update init-influxdb.sh #203

wants to merge 1 commit into from

Commits on Mar 13, 2018

  1. Update init-influxdb.sh

    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}
    osmufe committed Mar 13, 2018
    1 Configuration menu
    Copy the full SHA
    1321f0d View commit details
    Browse the repository at this point in the history