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