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

Path script #1475

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

Path script #1475

wants to merge 6 commits into from

Conversation

XMRZombie
Copy link
Contributor

Helps to use haveno from terminal and using monero desktop wallets to open a haveno-related wallet

Setting symlink for having haveno accessible from /bin and one in monero wallets directory for getting haveno wallets
stderr to null
@XMRZombie XMRZombie requested a review from woodser as a code owner December 16, 2024 13:01
@@ -0,0 +1,7 @@
#!/bin/bash
HAVENO_BIN=$(find /opt/haveno/bin/ -type f -executable -name "Haveno" 2>/dev/null)
HAVENO_WALLET=$(find ~/.local/share/Haveno-reto -type d -name "wallet" 2>/dev/null)
Copy link
Contributor

Choose a reason for hiding this comment

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

Binary name is invalid here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

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