diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-18 12:08:08 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-18 12:08:08 +0000 |
commit | 48650fe1bfc1e3d20ec3a5702ef4d64e9fe69912 (patch) | |
tree | 0f73ad6e03989c301b79490ddb30125c233e4eff /scripts/create_postgres_user.sh | |
parent | 1b9a2ce27825c02cc14b594ed5ea061fccf1d957 (diff) | |
download | gitlab-ce-48650fe1bfc1e3d20ec3a5702ef4d64e9fe69912.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts/create_postgres_user.sh')
-rw-r--r-- | scripts/create_postgres_user.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create_postgres_user.sh b/scripts/create_postgres_user.sh index 8a049bcd7fb..4c9db68c9d3 100644 --- a/scripts/create_postgres_user.sh +++ b/scripts/create_postgres_user.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash psql -h postgres -U postgres postgres <<EOF CREATE USER gitlab; |