Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
took me 5 HOURS to find this tiny little typo.
  • Loading branch information
haroldsamuels87 committed May 12, 2022
1 parent cf3cb35 commit 944a638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/runtime/functions
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@ initialize_datadir() {
if [[ ${GITLAB_PACKAGES_ENABLED} == true ]]; then
mkdir -p ${GITLAB_PACKAGES_DIR}
chmod u+rwX ${GITLAB_PACKAGES_DIR}
chown ${GILTAB_USER}: ${GITLAB_PACKAGES_DIR}
chown ${GITLAB_USER}: ${GITLAB_PACKAGES_DIR}
fi

# create the backups directory
Expand Down Expand Up @@ -1642,7 +1642,7 @@ sanitize_datadir() {

if [[ ${GITLAB_PACKAGES_ENABLED} ]]; then
chmod u+rwX ${GITLAB_PACKAGES_DIR}
chown ${GILTAB_USER}: ${GITLAB_PACKAGES_DIR}
chown ${GITLAB_USER}: ${GITLAB_PACKAGES_DIR}
fi

find ${GITLAB_DATA_DIR}/uploads -type f -exec chmod 0644 {} \;
Expand Down

0 comments on commit 944a638

Please sign in to comment.