url min 6chars

This commit is contained in:
rootzoll 2019-01-18 23:44:49 +01:00
parent 7d9a44eb0e
commit ed0b105f61

View file

@ -150,7 +150,7 @@ do
if [ ${updateDynDomain} -eq 1 ]; then
echo "*** UPDATE DYNAMIC DOMAIN ***"
# check if update URL for dyn Domain is set
if [ ${#dynUpdateUrl} -gt 0 ]; then
if [ ${#dynUpdateUrl} -gt 6 ]; then
# calling the update url
echo "calling: ${dynUpdateUrl}"
echo "to update domain: ${dynDomain}"