added missing then

This commit is contained in:
rootzoll
2018-12-13 22:33:02 +01:00
parent 6ac13e48a5
commit 73e9101212

View File

@@ -103,7 +103,7 @@ do
###############################
# 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
updateDynDomain=$(($counter % 3600))
fi