From 4d7997ad5f98ec7da31c43bafdf49c5f9fd5b9d5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 21 May 2017 13:59:34 -0600 Subject: [PATCH] Update dsn.sh --- debian/resources/postgresql/dsn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/postgresql/dsn.sh b/debian/resources/postgresql/dsn.sh index 8118564..e1aac83 100644 --- a/debian/resources/postgresql/dsn.sh +++ b/debian/resources/postgresql/dsn.sh @@ -11,7 +11,7 @@ now=$(date +%Y-%m-%d) #get the database password if [ .$database_password = .'random' ]; then - + read -p "Enter the database password: " database_password fi #set PGPASSWORD