Merge pull request #4872 from sandercox/patch-1

Update dns_gcloud.sh rm logs record added
This commit is contained in:
neil 2023-12-03 14:52:58 +01:00 committed by GitHub
commit 6e72f161a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ dns_gcloud_rm() {
echo "$rrdatas" | grep -F -v -- "\"$txtvalue\"" | _dns_gcloud_add_rrs || return $?
_dns_gcloud_execute_tr || return $?
_info "$fulldomain record added"
_info "$fulldomain record removed"
}
#################### Private functions below ##################################