mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
added missing then
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user