This commit is contained in:
Alexandre
2022-02-18 13:20:43 +01:00
parent 6aa909647f
commit f5269cf80a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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