mirror of
https://github.com/hassio-addons/addon-ubuntu-base.git
synced 2025-05-07 04:11:26 +00:00
👕 Fixes shellcheck linter warning
This commit is contained in:
parent
1def841e8c
commit
bbcea60cec
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ hass.api.call() {
|
|||
|
||||
hass.log.trace "${FUNCNAME[0]}" "$@"
|
||||
|
||||
if [[ ! -z "${HASSIO_TOKEN:-}" ]]; then
|
||||
if [[ -n "${HASSIO_TOKEN:-}" ]]; then
|
||||
auth_header="X-HASSIO-KEY: ${HASSIO_TOKEN}"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue