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
|
fi
|
||||||
|
|
||||||
# DynDNS
|
# DynDNS
|
||||||
if [ ${#dynDomain} -get 0 ]; then
|
if [ ${#dynDomain} -gt 0 ]; then
|
||||||
|
|
||||||
#check if dyndns resolves to correct IP
|
#check if dyndns resolves to correct IP
|
||||||
ipOfDynDNS=$(getent hosts rootzoll.chickenkiller.com | awk '{ print $1 }')
|
ipOfDynDNS=$(getent hosts rootzoll.chickenkiller.com | awk '{ print $1 }')
|
||||||
|
|||||||
Reference in New Issue
Block a user