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')
if [ ! -d "$(dirname "${CONFIGSOURCE}")" ]; then
echo "Creating $(dirname ${CONFIGSOURCE})"
echo "Creating $(dirname "${CONFIGSOURCE}")"
mkdir -p "$(dirname "${CONFIGSOURCE}")"
fi