mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
url min 6chars
This commit is contained in:
parent
7d9a44eb0e
commit
ed0b105f61
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue