mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +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
|
||||
# ==============================================================================
|
||||
# Community Hass.io Add-ons: Home Panel
|
||||
# Starts server to serve the api
|
||||
# Starts server to serve the API
|
||||
# ==============================================================================
|
||||
# shellcheck disable=SC1091
|
||||
source /usr/lib/hassio-addons/base.sh
|
||||
|
||||
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
|
||||
CONFIG_PATH=/config/$(hass.config.get 'config_file')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue