This commit is contained in:
rootzoll
2020-01-08 17:52:38 +01:00

View File

@@ -91,6 +91,12 @@ do
if [ ${#lndAddress} -gt 3 ]; then if [ ${#lndAddress} -gt 3 ]; then
recheckPublicIP=0 recheckPublicIP=0
fi fi
# prevent also when runBehindTor is on
if [ "${runBehindTor}" = "1" ] || [ "${runBehindTor}" = "on" ]; then
recheckPublicIP=0
fi
updateDynDomain=0 updateDynDomain=0
if [ ${recheckPublicIP} -eq 1 ]; then if [ ${recheckPublicIP} -eq 1 ]; then
echo "*** RECHECK PUBLIC IP ***" echo "*** RECHECK PUBLIC IP ***"