From e09f83d32f9b10f3b1e060a2415e0733855215bf Mon Sep 17 00:00:00 2001 From: Evili del Rio <erio@iri.upc.edu> Date: Fri, 26 Oct 2018 12:34:33 +0200 Subject: [PATCH] Removed legacy assure_postgres_user.sh --- README.md | 4 +++- assure_postgres_user.sh | 9 --------- 2 files changed, 3 insertions(+), 10 deletions(-) delete mode 100755 assure_postgres_user.sh diff --git a/README.md b/README.md index 5c7e666..9c8ec1d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ [](https://gitlab.iri.upc.edu/erio/birding/commits/master) +[](https://gitlab.iri.upc.edu/erio/birding/commits/master) + # Birding Django App -A toy project to showcase GitLab \ No newline at end of file +A toy project to showcase GitLab diff --git a/assure_postgres_user.sh b/assure_postgres_user.sh deleted file mode 100755 index 9240622..0000000 --- a/assure_postgres_user.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env bash -export PGPASSWORD=${POSTGRES_PASSWORD} -psql --host fogerty.upc.es \ - --user ${POSTGRES_USER} \ - --dbname ${POSTGRES_DB} \ - --command "CREATE USER postgres SUPERUSER;" \ - || echo "User postgres not created" - -exit 0 -- GitLab