Skip to content

Commit b86d5f6

Browse files
Copilotkurowski
andcommitted
Improve comment for temporary workaround
Co-authored-by: kurowski <7466+kurowski@users.noreply.github.com>
1 parent feb7e12 commit b86d5f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

local/etc/uceap.d/refresh_content.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function refresh_content() {
1818
# no-same-permissions doesn't seem to work so we fix it here
1919
sudo find web/sites/default/files -type d -exec chmod g+ws {} +
2020
sudo find web/sites/default/files -type f -exec chmod g+w {} +
21-
# Temporary workaround: ensure group write permissions for logging
21+
# TODO: Temporary workaround for umask issue - remove once Dockerfile umask fix is verified
2222
chmod -R g+w web/sites/default/files
2323

2424
db-rebuild.sh $DATABASE_BACKUP

0 commit comments

Comments
 (0)