mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-01-25 22:16:07 -05:00
Update haveno_paths.sh
fixing path
This commit is contained in:
parent
192eeb9b0d
commit
7e0c169994
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
HAVENO_BIN=$(find /opt/haveno/bin/ -type f -executable -name "Haveno" 2>/dev/null)
|
||||
HAVENO_WALLET=$(find ~/.local/share/Haveno -type d -name "wallet" 2>/dev/null)
|
||||
HAVENO_WALLET=$(find ~/.local/share/Haveno-reto -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
|
||||
ln -s $HAVENO_WALLET ~/Monero/wallets/Haveno_wallets/
|
||||
ln -s $HAVENO_WALLET ~/Monero/wallets/Haveno_wallets
|
||||
|
Loading…
x
Reference in New Issue
Block a user