mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-22 14:34:25 +02:00
lnd.chain.sh: fix netprefix
This commit is contained in:
parent
37b30edac7
commit
bbdf196c08
@ -24,17 +24,17 @@ fi
|
||||
|
||||
# prefix for parallel services
|
||||
if [ ${CHAIN} = testnet ];then
|
||||
netprefix"t"
|
||||
netprefix="t"
|
||||
portprefix=1
|
||||
rpcportmod=1
|
||||
zmqprefix=21
|
||||
elif [ ${CHAIN} = signet ];then
|
||||
netprefix"s"
|
||||
netprefix="s"
|
||||
portprefix=3
|
||||
rpcportmod=3
|
||||
zmqprefix=23
|
||||
elif [ ${CHAIN} = mainnet ];then
|
||||
netprefix""
|
||||
netprefix=""
|
||||
portprefix=""
|
||||
rpcportmod=0
|
||||
zmqprefix=28
|
||||
|
Loading…
x
Reference in New Issue
Block a user