This commit is contained in:
2019-05-16 13:59:56 +02:00
parent b6407c172e
commit 50e4bf01c4

View File

@@ -35,7 +35,7 @@ step_4_info() { echo "Create postgres database for $toolName"; }
step_4_alias() { ALIAS="createdb"; }
step_4() {
{
exe read -p "Enter postgres user name: " postgresDb
exe read -p "Enter postgres database name: " postgresDb
endCheckEmpty postgresDb "database"
exe read -p "Enter postgres user name: " postgresUser
endCheckEmpty postgresUser "user name"