cmd/lncli: correctly set modified macaroon path
This commit is contained in:
parent
3a53752d90
commit
5a2a4a26b6
@ -76,7 +76,7 @@ func getClientConn(ctx *cli.Context, skipMacaroons bool) *grpc.ClientConn {
|
|||||||
|
|
||||||
macPath := cleanAndExpandPath(ctx.GlobalString("macaroonpath"))
|
macPath := cleanAndExpandPath(ctx.GlobalString("macaroonpath"))
|
||||||
if macPath == defaultMacaroonPath {
|
if macPath == defaultMacaroonPath {
|
||||||
ctx.GlobalSet("no-macaroons",
|
ctx.GlobalSet("macaroonpath",
|
||||||
filepath.Join(lndDir, defaultMacaroonFilename))
|
filepath.Join(lndDir, defaultMacaroonFilename))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user