mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
fix syntax
This commit is contained in:
parent
997317c393
commit
22a4219d21
@ -97,11 +97,11 @@ do
|
||||
do
|
||||
channelInPubKey=${channelIdPubKeyLookup[$channelIdIn]}
|
||||
channelOutPubKey=${channelIdPubKeyLookup[$channelIdOut]}
|
||||
channelInPubKeyLookup="${$channelInPubKey}"
|
||||
channelInPubKeyLookup="${channelInPubKey}"
|
||||
if [ "${channelInPubKey}" != "" ]; then
|
||||
channelInPubKeyLookup="${pubKeyAliasLookup[$channelInPubKey]}"
|
||||
fi
|
||||
channelOutPubKeyLookup="${$channelOutPubKey}"
|
||||
channelOutPubKeyLookup="${channelOutPubKey}"
|
||||
if [ "${channelInPubKey}" != "" ]; then
|
||||
channelOutPubKeyLookup="${pubKeyAliasLookup[$channelOutPubKey]}"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user