|
@ -28,6 +28,7 @@ elif [ -n "${configip}" ]; then |
|
|
# If config does not have an IP set. |
|
|
# If config does not have an IP set. |
|
|
if [ "${configip}" == "" ];then |
|
|
if [ "${configip}" == "" ];then |
|
|
queryips=( $(echo "${getip}") ) |
|
|
queryips=( $(echo "${getip}") ) |
|
|
|
|
|
ip="0.0.0.0" |
|
|
# If config does have an IP set. |
|
|
# If config does have an IP set. |
|
|
else |
|
|
else |
|
|
queryips=( "${configip}" ) |
|
|
queryips=( "${configip}" ) |
|
|