Browse Source

added missing then

dev
rootzoll 6 years ago
parent
commit
73e9101212
  1. 2
      home.admin/_background.sh

2
home.admin/_background.sh

@ -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

Loading…
Cancel
Save