Update postgres.sh

This commit is contained in:
FusionPBX 2017-01-11 20:49:15 -07:00 committed by GitHub
parent f542269ad2
commit 9e15209227
1 changed files with 1 additions and 10 deletions

View File

@ -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)