diff --git a/lib/api.sh b/lib/api.sh index 841b7c1..c30663a 100644 --- a/lib/api.sh +++ b/lib/api.sh @@ -93,7 +93,7 @@ function bashio::api.supervisor() { if bashio::var.true "${raw}"; then echo "${response}" - return "${__BASHIO_EXIT_NOK}" + return "${__BASHIO_EXIT_OK}" fi result=$(bashio::jq "${response}" 'if .data == {} then empty else .data end')