mirror of
https://github.com/StijnBTC/Ringtools.git
synced 2025-02-28 15:55:27 +01:00
umbrel path fix
This commit is contained in:
parent
adf04beba4
commit
4c1a0822f0
1 changed files with 2 additions and 2 deletions
|
@ -42,13 +42,13 @@ def get_argument_parser():
|
||||||
#If nodeos is Umbrel use the default umbrel lnd location
|
#If nodeos is Umbrel use the default umbrel lnd location
|
||||||
lnd_dir = "~/.lnd"
|
lnd_dir = "~/.lnd"
|
||||||
if is_umbrel():
|
if is_umbrel():
|
||||||
lnd_dir = "~/umbrel/umbrel/lnd/"
|
lnd_dir = "~/umbrel/lnd"
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--lnddir",
|
"--lnddir",
|
||||||
default=lnd_dir,
|
default=lnd_dir,
|
||||||
dest="lnddir",
|
dest="lnddir",
|
||||||
help="(default ~/.lnd or ~/umbrel/umbrel/lnd/ when default umbrel installation) lnd directory",
|
help="(default ~/.lnd or ~/umbrel/lnd/ when default umbrel installation) lnd directory",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--grpc",
|
"--grpc",
|
||||||
|
|
Loading…
Add table
Reference in a new issue