lukso-network / tools-lukso-cli

This repository serves as a CLI to download and/or run lukso dependencies
https://docs.lukso.tech/networks/mainnet/running-a-node/#lukso-cli-node-setup
Apache License 2.0
12 stars 6 forks source link

Fix crash when passing password using file #152

Closed richtera closed 1 year ago

richtera commented 1 year ago

Small fix to make sure that the pipe file is both not nil and has a name.

When launching the validator with the password inside of a file the CLI was crashing, because the PasswordPipe was nil and therefore PasswordPipe.Name() was access violating instead of returning "".

github-actions[bot] commented 1 year ago

:rocket: Deployed preview to curl https://install.lukso.network/152 | sh