typo
This commit is contained in:
@@ -35,7 +35,7 @@ step_4_info() { echo "Create postgres database for $toolName"; }
|
|||||||
step_4_alias() { ALIAS="createdb"; }
|
step_4_alias() { ALIAS="createdb"; }
|
||||||
step_4() {
|
step_4() {
|
||||||
{
|
{
|
||||||
exe read -p "Enter postgres user name: " postgresDb
|
exe read -p "Enter postgres database name: " postgresDb
|
||||||
endCheckEmpty postgresDb "database"
|
endCheckEmpty postgresDb "database"
|
||||||
exe read -p "Enter postgres user name: " postgresUser
|
exe read -p "Enter postgres user name: " postgresUser
|
||||||
endCheckEmpty postgresUser "user name"
|
endCheckEmpty postgresUser "user name"
|
||||||
|
Reference in New Issue
Block a user