mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
lint
This commit is contained in:
@@ -12,7 +12,7 @@ PUID=$(bashio::config 'PUID')
|
||||
PGID=$(bashio::config 'PGID')
|
||||
|
||||
if [ ! -d "$(dirname "${CONFIGSOURCE}")" ]; then
|
||||
echo "Creating $(dirname ${CONFIGSOURCE})"
|
||||
echo "Creating $(dirname "${CONFIGSOURCE}")"
|
||||
mkdir -p "$(dirname "${CONFIGSOURCE}")"
|
||||
fi
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
# shellcheck shell=bash
|
||||
# shellcheck disable=SC2116
|
||||
# shellcheck disable=SC2015
|
||||
|
||||
# Add Edge repositories
|
||||
if bashio::config.true 'edge_repositories'; then
|
||||
|
||||
Reference in New Issue
Block a user