Forgot to apply the changed default return value

This commit is contained in:
Bjarne Saltbaek 2022-10-01 15:19:02 +02:00
parent 45090fc897
commit 9feeba8d4b
1 changed files with 1 additions and 1 deletions

View File

@ -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() {