From 9228db4c2d73360204aa4a1fbff11b2afd22b36d Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 13 Apr 2016 14:40:14 -0400 Subject: [PATCH] we need single quotes around the pg password --- install-eg/install_eg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0