mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
World4You shellcheck
This commit is contained in:
parent
ac4ae85a4a
commit
cb90167c76
@ -63,8 +63,8 @@ AddDnsRecordForm[uniqueFormIdTTL]=$formidttl&AddDnsRecordForm[_token]=$form_toke
|
||||
fi
|
||||
_err "Unable to add record: $msg"
|
||||
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"
|
||||
fi
|
||||
return 1
|
||||
@ -131,8 +131,8 @@ DeleteDnsRecordForm[_token]=$form_token"
|
||||
fi
|
||||
_err "Unable to remove record: $msg"
|
||||
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"
|
||||
fi
|
||||
return 1
|
||||
|
Loading…
Reference in New Issue
Block a user