From 9e15209227b5cff0473e14f8323d2f0aa6ca10cb Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 11 Jan 2017 20:49:15 -0700 Subject: [PATCH] Update postgres.sh --- debian/resources/postgres.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/debian/resources/postgres.sh b/debian/resources/postgres.sh index 9fcd21c..e20fa33 100755 --- a/debian/resources/postgres.sh +++ b/debian/resources/postgres.sh @@ -48,13 +48,4 @@ sudo -u postgres psql -c "GRANT ALL PRIVILEGES ON DATABASE freeswitch to freeswi cd $cwd #set the ip address -server_address=$(hostname -I) - -#Show database password -echo "" -echo "" -echo "PostgreSQL" -echo " Database name: fusionpbx" -echo " Database username: fusionpbx" -echo " Database password: $password" -echo "" +#server_address=$(hostname -I)