mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
sysmngr: fwbank: return failure result if input validation fails
This commit is contained in:
parent
b0d1ada967
commit
87a6852c1a
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ case "$1" in
|
||||||
|
|
||||||
# Fail if any of the above sanity checks fail.
|
# Fail if any of the above sanity checks fail.
|
||||||
[ ${ret} -eq 1 ] && {
|
[ ${ret} -eq 1 ] && {
|
||||||
echo '{}'
|
echo "{ \"result\": \"failure\" }"
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue