mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-24 06:50:32 +02:00
Update 20-folders.sh
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
echo "Creating config location ..."
|
echo "Creating config location ..."
|
||||||
HOME="$(bashio::config "CONFIG_LOCATION")"
|
HOME="$(bashio::config "CONFIG_LOCATION")"
|
||||||
HOME="$(dirname "$HOME")"
|
HOME="$(dirname "$HOME")"
|
||||||
mkdir -p $HOME
|
mkdir -p "$HOME"
|
||||||
chmod -R 777 $HOME
|
chmod -R 777 "$HOME"
|
||||||
|
|
||||||
# Copy files to data
|
# Copy files to data
|
||||||
echo "Copying files if needed..."
|
echo "Copying files if needed..."
|
||||||
|
|||||||
Reference in New Issue
Block a user