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

adding a few more flags/options to the bootstrap script #498

Merged
merged 2 commits into from
Jun 16, 2019

Conversation

onicrom
Copy link
Contributor

@onicrom onicrom commented Jun 14, 2019

add -o flag to remove sqlite files if they exist (addressing one item from #469 )
add -d flag to make the sqlite directory configurable (default still ${PWD}
add printing block-0 hash to stdout

@@ -33,7 +35,7 @@ SECRET_PATH="."
CONFIG_PATH="."
ADD_STARTUP_SCRIPT=0

while getopts 'bc:d:ghk:p:s:xC' c
while getopts 'bc:d:ghk:p:s:xCod' c
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's already a d:, the ending d shouldn't be there

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will fix

@vincenthz vincenthz merged commit cdb76aa into input-output-hk:master Jun 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants