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 needed in Readme and update-config.sh #1

Open
dsv9 opened this issue Jul 12, 2022 · 0 comments
Open

Update needed in Readme and update-config.sh #1

dsv9 opened this issue Jul 12, 2022 · 0 comments

Comments

@dsv9
Copy link

dsv9 commented Jul 12, 2022

I ran into permission and 'No such filre or directory' errors when installing and I have a few proposals

In the readme.md, the update-config.sh needs permission to be executed as well, so:
chmod +x start-mainnet-node.sh start-testnet-node.sh should inlcude update-config.sh as well, altough the culprit here might've been the next thing.

In the update-config.sh file, the first set of slashes from each wget needs to be removed, because update-config.sh would be run from the folder itself.
so: wget -O /mainnet/mainnet-config.json https://hydra.iohk.io/job ...
becomes: wget -O mainnet/mainnet-config.json https://hydra.iohk.io/job

I was getting No such file or directory errors and tried converting them with dos2unix, installed i386 architectures and whatnot. Then I realised the forward slahsed at the beginning of the directory.

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

No branches or pull requests

1 participant