Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
👕 Removes disabled Shellcheck rule
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jan 11, 2019
1 parent 26dc44c commit 2c11e64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions home-panel/rootfs/etc/services.d/api/run
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit 2c11e64

Please sign in to comment.