Lorenz Stechauner
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
dnsapi/dns_world4you.sh
|
@ -63,8 +63,8 @@ AddDnsRecordForm[uniqueFormIdTTL]=$formidttl&AddDnsRecordForm[_token]=$form_toke |
|
|
fi |
|
|
fi |
|
|
_err "Unable to add record: $msg" |
|
|
_err "Unable to add record: $msg" |
|
|
if _contains "$msg" '^<\!DOCTYPE html>'; then |
|
|
if _contains "$msg" '^<\!DOCTYPE html>'; then |
|
|
echo "$ret" > 'error-01.html' |
|
|
|
|
|
echo "$res" > 'error-02.html' |
|
|
|
|
|
|
|
|
echo "$ret" >'error-01.html' |
|
|
|
|
|
echo "$res" >'error-02.html' |
|
|
_err "View error-01.html and error-02.html for debugging" |
|
|
_err "View error-01.html and error-02.html for debugging" |
|
|
fi |
|
|
fi |
|
|
return 1 |
|
|
return 1 |
|
@ -131,8 +131,8 @@ DeleteDnsRecordForm[_token]=$form_token" |
|
|
fi |
|
|
fi |
|
|
_err "Unable to remove record: $msg" |
|
|
_err "Unable to remove record: $msg" |
|
|
if _contains "$msg" '^<\!DOCTYPE html>'; then |
|
|
if _contains "$msg" '^<\!DOCTYPE html>'; then |
|
|
echo "$ret" > 'error-01.html' |
|
|
|
|
|
echo "$res" > 'error-02.html' |
|
|
|
|
|
|
|
|
echo "$ret" >'error-01.html' |
|
|
|
|
|
echo "$res" >'error-02.html' |
|
|
_err "View error-01.html and error-02.html for debugging" |
|
|
_err "View error-01.html and error-02.html for debugging" |
|
|
fi |
|
|
fi |
|
|
return 1 |
|
|
return 1 |
|
|