Skip to content

Commit

Permalink
Update themes location dir for Redmine 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcormier authored and abinoam committed Nov 12, 2024
1 parent 884ae2c commit 6a773b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/runtime/functions
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ install_plugins() {
install_themes() {
if [[ -d ${REDMINE_THEMES_DIR} ]]; then
echo "Installing themes..."
rsync -avq --chown=${REDMINE_USER}:${REDMINE_USER} ${REDMINE_THEMES_DIR}/ ${REDMINE_INSTALL_DIR}/public/themes/
rsync -avq --chown=${REDMINE_USER}:${REDMINE_USER} ${REDMINE_THEMES_DIR}/ ${REDMINE_INSTALL_DIR}/themes/
fi
}

Expand Down

0 comments on commit 6a773b0

Please sign in to comment.