Update dns_pmiab.sh

This commit is contained in:
Roland Giesler 2024-10-14 21:08:59 +02:00 committed by GitHub
parent eb2241d386
commit 132e1b4f67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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