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

Properly implement base and count numbering. Fix a couple of typos #170

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

walkjivefly
Copy link
Contributor

@walkjivefly walkjivefly commented Apr 20, 2019

I finally revisited this and made the base and count stuff work. It's now possible to number instances from a chosen base other than 1. Useful if you already one or more coin-x instances on a server and want to add a few more without doing it manually.
eg:

./install.sh -p coin-x  -c 3 

some time later

./install.sh -p coin-x  -b 4 -c 3

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.

1 participant