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