mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
Better way to catch success or failure
This commit is contained in:
parent
d761bdc1b1
commit
45090fc897
@ -139,7 +139,7 @@ _get_root() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_successful_update() {
|
_successful_update() {
|
||||||
if (echo "$_result" | grep -q 'newserial'); then return 0; fi
|
if (echo "$_result" | _egrep_o 'data":\[[^]]*]' | grep -q '"newserial":null'); then return 1; fi
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user