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