Update 20-folders.sh

This commit is contained in:
Alexandre
2022-03-27 21:34:21 +02:00
committed by GitHub
parent 5c2b92b5bc
commit 235d8da34e

View File

@@ -10,4 +10,5 @@ mkdir -p "$CONFIGSOURCE/import_files" || true
mkdir -p "$CONFIGSOURCE/configurations" || true
# Make sure permissions are right
chown -R "$(id -u):$(id -g)" "$CONFIGSOURCE"
chown -R "www-data:www-data" "$CONFIGSOURCE"
chmod -r 755 "$CONFIGSOURCE"