Browse Source
Style space change
Extra space on empty line 27.
shebang
Bill Gertz
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
dnsapi/dns_miab.sh
|
@ -26,7 +26,7 @@ dns_miab_add() { |
|
|
if ! _retrieve_miab_env; then |
|
|
if ! _retrieve_miab_env; then |
|
|
return 1 |
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#check domain and seperate into doamin and host |
|
|
#check domain and seperate into doamin 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}" |
|
|