mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 12:01:25 +00:00
Fix shellcheck warnings (#89)
This commit is contained in:
parent
8aa75b069b
commit
256198ff88
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ function bashio::api.supervisor() {
|
|||
fi
|
||||
|
||||
status=${response##*$'\n'}
|
||||
response=${response%$status}
|
||||
response=${response%"$status"}
|
||||
|
||||
bashio::log.debug "Requested API resource: ${__BASHIO_SUPERVISOR_API}${resource}"
|
||||
bashio::log.debug "Request method: ${method}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue