👕 Removes disabled Shellcheck rule

This commit is contained in:
Franck Nijhof 2019-01-11 22:12:52 +01:00
parent 26dc44cd01
commit 2c11e64f3a
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -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')