Change config.env to /data/data

https://github.com/alexbelgium/hassio-addons/issues/747
This commit is contained in:
Alexandre
2023-06-03 08:44:48 +02:00
committed by GitHub
parent 2d56211be2
commit 21212ead9f

View File

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