mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
added missing then
This commit is contained in:
@@ -103,7 +103,7 @@ do
|
|||||||
###############################
|
###############################
|
||||||
|
|
||||||
# if not activated above, update every hour
|
# if not activated above, update every hour
|
||||||
if [ ${updateDynDomain} -eq 0 ];
|
if [ ${updateDynDomain} -eq 0 ]; then
|
||||||
# dont +1 so that it gets executed on first loop
|
# dont +1 so that it gets executed on first loop
|
||||||
updateDynDomain=$(($counter % 3600))
|
updateDynDomain=$(($counter % 3600))
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user