mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Change config.env to /data/data
https://github.com/alexbelgium/hassio-addons/issues/747
This commit is contained in:
@@ -18,7 +18,8 @@ else
|
||||
fi
|
||||
|
||||
# Copy new file
|
||||
\cp "$CONFIG_HOME"/config.env /data/
|
||||
mkdir -p /data/data
|
||||
\cp "$CONFIG_HOME"/config.env /data/data/
|
||||
|
||||
# Permissions
|
||||
chmod -R 777 "$CONFIG_HOME"
|
||||
|
||||
Reference in New Issue
Block a user