Browse Source

correct a typo

pull/5268/head
Lifeboy 4 weeks ago
parent
commit
fab292d2de
  1. 2
      dnsapi/dns_miab.sh

2
dnsapi/dns_miab.sh

@ -27,7 +27,7 @@ dns_miab_add() {
return 1 return 1
fi fi
#check domain and seperate into doamin and host
#check domain and seperate into domain and host
if ! _get_root "$fulldomain"; then if ! _get_root "$fulldomain"; then
_err "Cannot find any part of ${fulldomain} is hosted on ${MIAB_Server}" _err "Cannot find any part of ${fulldomain} is hosted on ${MIAB_Server}"
return 1 return 1

Loading…
Cancel
Save