mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
Merge branch 'v1.4' of https://github.com/rootzoll/raspiblitz into v1.4
This commit is contained in:
commit
4a457b8565
1 changed files with 6 additions and 0 deletions
|
@ -91,6 +91,12 @@ do
|
|||
if [ ${#lndAddress} -gt 3 ]; then
|
||||
recheckPublicIP=0
|
||||
fi
|
||||
|
||||
# prevent also when runBehindTor is on
|
||||
if [ "${runBehindTor}" = "1" ] || [ "${runBehindTor}" = "on" ]; then
|
||||
recheckPublicIP=0
|
||||
fi
|
||||
|
||||
updateDynDomain=0
|
||||
if [ ${recheckPublicIP} -eq 1 ]; then
|
||||
echo "*** RECHECK PUBLIC IP ***"
|
||||
|
|
Loading…
Add table
Reference in a new issue