Browse Source

Update dns_pmiab.sh

pull/5330/head
Roland Giesler 1 month ago
committed by GitHub
parent
commit
132e1b4f67
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      dnsapi/dns_pmiab.sh

2
dnsapi/dns_pmiab.sh

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

Loading…
Cancel
Save