1
0
Fork 0
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:
yalh76 2019-02-25 20:15:41 +01:00
parent 4030cdb065
commit 6473bbf0c9

View file

@ -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