-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(scripts): improve user prompts for single-node.sh (backport #…
…3685) (#3707) Closes #3652 ## Overview It modifies `single-node.sh` script. This rewrites the first prompt and deletes the second one. I wanted write `Do you want to start a new local testnet? [y/n]` only when `$HOME/.celestia-app` does not exist. But it looks like as soon as `celestia-app` is invoked, it creates the directory. Hence I cannot use this information. <hr>This is an automatic backport of pull request #3685 done by [Mergify](https://mergify.com). --------- Co-authored-by: nathan haim <[email protected]> Co-authored-by: Rootul Patel <[email protected]>
- Loading branch information
1 parent
f2eb678
commit 3474812
Showing
1 changed file
with
89 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters