mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-24 14:50:28 -04:00
Update haveno-with-external-tor-monerod.sh.sh
Dynamically finds instance wide haveno user data directory
This commit is contained in:
parent
64285748b1
commit
ebe5aee3e6
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
HAVENOHOME="$HOME/.local/share/Haveno"
|
||||
HAVENOHOME=$(find $HOME/.local/share -type d -name Haveno*)
|
||||
TORHOME="$HAVENOHOME/xmr_mainnet/tor"
|
||||
|
||||
# Running Tor for monerod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue