mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
fix drop postgresql user
This commit is contained in:
parent
4030cdb065
commit
6473bbf0c9
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ ynh_print_info "Removing the PostgreSQL database"
|
||||||
|
|
||||||
# Remove a database if it exists, along with the associated user
|
# Remove a database if it exists, along with the associated user
|
||||||
ynh_psql_drop_db $db_name $db_name
|
ynh_psql_drop_db $db_name $db_name
|
||||||
|
ynh_psql_drop_user $db_name
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# REMOVE DEPENDENCIES
|
# REMOVE DEPENDENCIES
|
||||||
|
|
Loading…
Add table
Reference in a new issue