Fixing bugs for DO agent-3
This commit is contained in:
parent
99c513e9b2
commit
1f12684a81
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ _update_dns_do_get_domain() {
|
|||
|
||||
while read -r domain
|
||||
do
|
||||
if [[ $domain == *"$DIP_RECORD" ]]; then
|
||||
if [[ $DIP_RECORD == *"$domain" ]]; then
|
||||
echo "$domain"
|
||||
return 0
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue