mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01:00
fix if clause
This commit is contained in:
@@ -186,7 +186,7 @@ else
|
||||
fi
|
||||
|
||||
# DynDNS
|
||||
if [ ${#dynDomain} -get 0 ]; then
|
||||
if [ ${#dynDomain} -gt 0 ]; then
|
||||
|
||||
#check if dyndns resolves to correct IP
|
||||
ipOfDynDNS=$(getent hosts rootzoll.chickenkiller.com | awk '{ print $1 }')
|
||||
|
||||
Reference in New Issue
Block a user