mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-06 03:41:26 +00:00
👕 Removes disabled Shellcheck rule
This commit is contained in:
parent
26dc44cd01
commit
2c11e64f3a
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Community Hass.io Add-ons: Home Panel
|
# Community Hass.io Add-ons: Home Panel
|
||||||
# Starts server to serve the api
|
# Starts server to serve the API
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# shellcheck disable=SC1091
|
# shellcheck disable=SC1091
|
||||||
source /usr/lib/hassio-addons/base.sh
|
source /usr/lib/hassio-addons/base.sh
|
||||||
|
|
||||||
hass.log.info "Run API.."
|
hass.log.info "Run API.."
|
||||||
|
|
||||||
# shellcheck disable=SC2164
|
cd /opt/api \
|
||||||
cd /opt/api
|
|| hass.die "Could not change into API directory"
|
||||||
|
|
||||||
DB_PATH=/config/home-panel.db
|
DB_PATH=/config/home-panel.db
|
||||||
CONFIG_PATH=/config/$(hass.config.get 'config_file')
|
CONFIG_PATH=/config/$(hass.config.get 'config_file')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue