mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-03-12 09:31:15 +00:00
Update haveno_paths.sh
Fixing wrong folder name
This commit is contained in:
parent
613a7c8c51
commit
32a77f6e7a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/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)
|
||||
HAVENO_WALLET=$(find ~/.local/share/Haveno -type d -name "wallet" 2>/dev/null)
|
||||
echo "creating symlink to" $HAVENO_BIN "in" /bin
|
||||
echo "creating symlink to" $HAVENO_WALLET "in" ~/Monero/wallets/Haveno_wallets/
|
||||
ln -s $HAVENO_BIN /bin/Haveno
|
||||
|
|
Loading…
Reference in a new issue