mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-30 18:00:31 +02:00
Use www-data
This commit is contained in:
@@ -23,5 +23,5 @@ mkdir -p "$CONFIGSOURCE"/import_files
|
|||||||
mkdir -p "$CONFIGSOURCE"/configurations
|
mkdir -p "$CONFIGSOURCE"/configurations
|
||||||
|
|
||||||
# Make sure permissions are right
|
# Make sure permissions are right
|
||||||
chown -R "root:root" "$CONFIGSOURCE"
|
chown -R "www-data:www-data" "$CONFIGSOURCE"
|
||||||
chmod -R 755 "$CONFIGSOURCE"
|
chmod -R 755 "$CONFIGSOURCE"
|
||||||
|
|||||||
Reference in New Issue
Block a user