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