remove cred file after use and update fix bug in ejabberd config where max_user_sessi...
authorAndy Witter <awitter@georgialibraries.org>
Thu, 12 Dec 2019 17:56:49 +0000 (12:56 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Thu, 12 Dec 2019 17:56:49 +0000 (12:56 -0500)
templates/debs/opensrf_3.2.0_amd64.deb
templates/setup.sh

index 4b509ee..96b571a 100644 (file)
Binary files a/templates/debs/opensrf_3.2.0_amd64.deb and b/templates/debs/opensrf_3.2.0_amd64.deb differ
index a27a4b5..7131acb 100755 (executable)
@@ -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
 }