Roland Giesler
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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 |
|
|