mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 15:31: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() {
|
||||
if (echo "$_result" | _egrep_o 'data":\[[^]]*]' | grep -q '"newserial":null'); then return 1; fi
|
||||
return 1
|
||||
return 0
|
||||
}
|
||||
|
||||
_findentry() {
|
||||
|
Loading…
Reference in New Issue
Block a user