mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-10-31 19:41:45 +00:00
Forgot to apply the changed default return value
This commit is contained in:
parent
45090fc897
commit
9feeba8d4b
@ -140,7 +140,7 @@ _get_root() {
|
|||||||
|
|
||||||
_successful_update() {
|
_successful_update() {
|
||||||
if (echo "$_result" | _egrep_o 'data":\[[^]]*]' | grep -q '"newserial":null'); then return 1; fi
|
if (echo "$_result" | _egrep_o 'data":\[[^]]*]' | grep -q '"newserial":null'); then return 1; fi
|
||||||
return 1
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
_findentry() {
|
_findentry() {
|
||||||
|
Loading…
Reference in New Issue
Block a user