mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
test ip sanaity check
This commit is contained in:
parent
7d08df5756
commit
1b908303b5
@ -67,7 +67,7 @@ do
|
||||
|
||||
# every 15min - not too often
|
||||
# because its a ping to external service
|
||||
recheckPublicIP=$((($counter % 900)+1))
|
||||
recheckPublicIP=$((($counter % 9)+1))
|
||||
updateDynDomain=0
|
||||
if [ ${recheckPublicIP} -eq 1 ]; then
|
||||
echo "*** RECHECK PUBLIC IP ***"
|
||||
|
Loading…
x
Reference in New Issue
Block a user