Use www-data

This commit is contained in:
Alexandre
2025-02-06 09:34:13 +01:00
committed by GitHub
parent 212a3d1ae1
commit 90189060ad

View File

@@ -23,5 +23,5 @@ mkdir -p "$CONFIGSOURCE"/import_files
mkdir -p "$CONFIGSOURCE"/configurations
# Make sure permissions are right
chown -R "root:root" "$CONFIGSOURCE"
chown -R "www-data:www-data" "$CONFIGSOURCE"
chmod -R 755 "$CONFIGSOURCE"