Skip to content

Commit

Permalink
fix permissions (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
NyakudyaA authored Jan 2, 2024
1 parent 87fc43a commit bc5b2d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ if [[ ${CLUSTERING} =~ [Tt][Rr][Uu][Ee] ]]; then
if [[ -z "${EXISTING_DATA_DIR}" ]];then
if [[ ! -d "${CLUSTER_CONFIG_DIR}" ]];then
create_dir "${CLUSTER_CONFIG_DIR}"
chown -R "${USER_NAME}":"${GEO_GROUP_NAME}" "${CLUSTER_CONFIG_DIR}"
fi
if [[ ${DB_BACKEND} =~ [Pp][Oo][Ss][Tt][Gg][Rr][Ee][Ss] ]];then
postgres_ssl_setup
Expand Down

0 comments on commit bc5b2d4

Please sign in to comment.