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