From 6ab329efb663f4d1163216afdbc0e4820bb74367 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 12 Jan 2022 19:08:17 +0100 Subject: [PATCH] fix: dev: spurious space !minor Signed-off-by: Valentin Lab --- bin/myc-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/myc-install b/bin/myc-install index df93e95..81432ab 100755 --- a/bin/myc-install +++ b/bin/myc-install @@ -66,7 +66,7 @@ cd /opt/apps/myc-deploy cat < /root/.pgm.rc prefix_pg_local_command=" " ## otherwise, will default to sudo -u postgres -pgpass="/srv/datastore/data/postgres/var/lib/postgresql/data/pgpass" +pgpass="/srv/datastore/data/postgres/var/lib/postgresql/data/pgpass" [ -f "\$pgpass" ] || { echo "No '\$pgpass' found. Postgres database doesn't seem to be setup." >&2 exit 1