mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Merge pull request #1969 from joshbmarshall/joshbmarshall-patch-1
Bugfix deleting a PostgreSQL database
This commit is contained in:
commit
c171d5e68e
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ delete_pgsql_database() {
|
|||
psql_connect $HOST
|
||||
|
||||
query="REVOKE ALL PRIVILEGES ON DATABASE $database FROM $DBUSER"
|
||||
psql_qyery "$query" > /dev/null
|
||||
psql_query "$query" > /dev/null
|
||||
|
||||
query="DROP DATABASE $database"
|
||||
psql_query "$query" > /dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue