From: Andy Witter Date: Thu, 12 Dec 2019 17:56:49 +0000 (-0500) Subject: remove cred file after use and update fix bug in ejabberd config where max_user_sessi... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a8a2714b1688c6c49b832b6598883b8f5b60e0f3;p=contrib%2Fpines%2Fgenasys.git remove cred file after use and update fix bug in ejabberd config where max_user_session was not being updated. --- diff --git a/templates/debs/opensrf_3.2.0_amd64.deb b/templates/debs/opensrf_3.2.0_amd64.deb index 4b509ee..96b571a 100644 Binary files a/templates/debs/opensrf_3.2.0_amd64.deb and b/templates/debs/opensrf_3.2.0_amd64.deb differ diff --git a/templates/setup.sh b/templates/setup.sh index a27a4b5..7131acb 100755 --- a/templates/setup.sh +++ b/templates/setup.sh @@ -181,7 +181,7 @@ then echo "current directory is $(pwd)" chown postgres.postgres create_db_user.sql 2>&1 | tee -a "$INSTALL_LOG";echo "chown status: $?" su postgres -c "psql -f create_db_user.sql" 2>&1 | tee -a "$INSTALL_LOG";echo "pgcreatuserstatus: $?" - #rm create_db_user.sql + rm create_db_user.sql echo "Set db user's password" fi }