mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-21 05:20:31 +02:00
Update 20-folders.sh
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bashio
|
#!/usr/bin/env bashio
|
||||||
|
|
||||||
CONFIGSOURCE=$(bashio::config "CONFIG_LOCATION")
|
CONFIGSOURCE=$(bashio::config "CONFIG_LOCATION")
|
||||||
CONFIGSOURCE=$(dirname $CONFIGSOURCE)
|
CONFIGSOURCE=$(dirname "$CONFIGSOURCE")
|
||||||
|
|
||||||
# Create directory
|
# Create directory
|
||||||
mkdir -p "$CONFIGSOURCE" || true
|
mkdir -p "$CONFIGSOURCE" || true
|
||||||
|
|||||||
Reference in New Issue
Block a user