fix info
This commit is contained in:
parent
0d66a5d9d3
commit
daa6d8fd6c
@ -71,7 +71,7 @@ dns_zone_add() {
|
|||||||
dns_zone_rm() {
|
dns_zone_rm() {
|
||||||
fulldomain=$1
|
fulldomain=$1
|
||||||
txtvalue=$2
|
txtvalue=$2
|
||||||
_info "Using myapi"
|
_info "Using zone.ee dns api"
|
||||||
_debug fulldomain "$fulldomain"
|
_debug fulldomain "$fulldomain"
|
||||||
_debug txtvalue "$txtvalue"
|
_debug txtvalue "$txtvalue"
|
||||||
ZONE_Username="${ZONE_Username:-$(_readaccountconf_mutable ZONE_Username)}"
|
ZONE_Username="${ZONE_Username:-$(_readaccountconf_mutable ZONE_Username)}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user