From: Chris Sharp Date: Wed, 13 Apr 2016 18:40:14 +0000 (-0400) Subject: we need single quotes around the pg password X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9228db4c2d73360204aa4a1fbff11b2afd22b36d;p=contrib%2Fpines.git we need single quotes around the pg password --- diff --git a/install-eg/install_eg.sh b/install-eg/install_eg.sh index ec39d7a..8643476 100755 --- a/install-eg/install_eg.sh +++ b/install-eg/install_eg.sh @@ -157,7 +157,7 @@ echo $EG_DB_PASSWORD > $WORKDIR/evergreen-db-password.$(date +%Y%m%d%H%M%S) cd $EG_SOURCE_DIR make -f Open-ILS/src/extras/Makefile.install postgres-server-$OS_VERSION su - postgres < ~/.pgpass chmod 600 ~/.pgpass