mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-07 19:46:09 +02:00
fix if syntax
This commit is contained in:
@@ -94,6 +94,7 @@ elif [ "${targetWallet}" = "sendmany-android" ]; then
|
|||||||
|
|
||||||
connector="lndconnect"
|
connector="lndconnect"
|
||||||
if [ ${forceTOR} -eq 1 ]; then
|
if [ ${forceTOR} -eq 1 ]; then
|
||||||
|
port="8080"
|
||||||
#extraparamter="--nocert"
|
#extraparamter="--nocert"
|
||||||
fi
|
fi
|
||||||
port="8080"
|
port="8080"
|
||||||
|
Reference in New Issue
Block a user