From 48650fe1bfc1e3d20ec3a5702ef4d64e9fe69912 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 18 May 2020 12:08:08 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- scripts/create_postgres_user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/create_postgres_user.sh') 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 <