We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf3cb35 + 944a638 commit 32d0e27Copy full SHA for 32d0e27
assets/runtime/functions
@@ -1561,7 +1561,7 @@ initialize_datadir() {
1561
if [[ ${GITLAB_PACKAGES_ENABLED} == true ]]; then
1562
mkdir -p ${GITLAB_PACKAGES_DIR}
1563
chmod u+rwX ${GITLAB_PACKAGES_DIR}
1564
- chown ${GILTAB_USER}: ${GITLAB_PACKAGES_DIR}
+ chown ${GITLAB_USER}: ${GITLAB_PACKAGES_DIR}
1565
fi
1566
1567
# create the backups directory
@@ -1642,7 +1642,7 @@ sanitize_datadir() {
1642
1643
if [[ ${GITLAB_PACKAGES_ENABLED} ]]; then
1644
1645
1646
1647
1648
find ${GITLAB_DATA_DIR}/uploads -type f -exec chmod 0644 {} \;
0 commit comments