mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-20 22:39:14 +02: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
|
fi
|
||||||
|
|
||||||
# Copy new file
|
# Copy new file
|
||||||
\cp "$CONFIG_HOME"/config.env /data/
|
mkdir -p /data/data
|
||||||
|
\cp "$CONFIG_HOME"/config.env /data/data/
|
||||||
|
|
||||||
# Permissions
|
# Permissions
|
||||||
chmod -R 777 "$CONFIG_HOME"
|
chmod -R 777 "$CONFIG_HOME"
|
||||||
|
|||||||
Reference in New Issue
Block a user