Update 20-folders.sh

This commit is contained in:
Alexandre
2023-05-22 22:53:01 +02:00
committed by GitHub
parent 0c88d91c3f
commit 8c5c9b6be9

View File

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