mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-11 10:49:04 -04:00
Create haveno_paths.sh
Setting symlink for having haveno accessible from /bin and one in monero wallets directory for getting haveno wallets
This commit is contained in:
parent
9ec2794931
commit
609c1c95ce
7
scripts/deployment/haveno_paths.sh
Normal file
7
scripts/deployment/haveno_paths.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
HAVENO_BIN=$(find /opt/haveno/bin/ -type f -executable -name "Haveno")
|
||||
HAVENO_WALLET=$(find ~/.local/share/Haveno -type d -name "wallet")
|
||||
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/
|
Loading…
x
Reference in New Issue
Block a user