Commit 9feeba8d authored by Bjarne Saltbaek's avatar Bjarne Saltbaek
Browse files

Forgot to apply the changed default return value

parent 45090fc8
...@@ -140,7 +140,7 @@ _get_root() { ...@@ -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() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment