Update 20-folders.sh

This commit is contained in:
Alexandre
2023-11-23 16:15:06 +01:00
committed by GitHub
parent c80e05a967
commit 2a41a98600

View File

@@ -22,6 +22,7 @@ mkdir -p "$DATA_LOCATION"
echo "... setting permissions"
chown -R "$PUID":"$PGID" "$DATA_LOCATION"
chmod -R 777 /config/redis
echo "... correcting official script"
# shellcheck disable=SC2013