mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-07 04:21:29 +00:00
Small spaces cleanup
This commit is contained in:
parent
e40c7c607f
commit
3eba94b9f6
1 changed files with 4 additions and 4 deletions
|
@ -64,10 +64,10 @@ function bashio::api.supervisor() {
|
|||
return "${__BASHIO_EXIT_NOK}"
|
||||
fi
|
||||
|
||||
if [[ "${status}" -eq 403 ]]; then
|
||||
bashio::log.error "Unable to access the API, forbidden"
|
||||
return "${__BASHIO_EXIT_NOK}"
|
||||
fi
|
||||
if [[ "${status}" -eq 403 ]]; then
|
||||
bashio::log.error "Unable to access the API, forbidden"
|
||||
return "${__BASHIO_EXIT_NOK}"
|
||||
fi
|
||||
|
||||
if [[ "${status}" -eq 404 ]]; then
|
||||
bashio::log.error "Requested resource ${resource} was not found"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue