Update 20-folders.sh

This commit is contained in:
Alexandre
2022-03-28 20:20:18 +02:00
committed by GitHub
parent cef305a540
commit 3d71fd5d19

View File

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