Browse Source

Fixed spelling

pull/411/merge^2
hyper 8 years ago
committed by sjau
parent
commit
477ac73980
  1. 2
      dnsapi/dns_ispconfig.sh

2
dnsapi/dns_ispconfig.sh

@ -15,7 +15,7 @@
dns_ispconfig_add() {
fulldomain="${1}"
txtvalue="${2}"
_ISPC_Credentials && _ISPC_login && _ISPC_getZoneInfo && _ISPC_addTxt || return 1
_ISPC_credentials && _ISPC_login && _ISPC_getZoneInfo && _ISPC_addTxt || return 1
}
#Usage: dns_myapi_rm _acme-challenge.www.domain.com

Loading…
Cancel
Save