1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wikijs_ynh.git synced 2024-09-03 20:36:09 +02:00

remove pgsql user remove

This commit is contained in:
yalh76 2019-02-24 23:11:38 +01:00
parent a70ccb8c08
commit 55c4149a9f

View file

@ -50,7 +50,6 @@ ynh_print_info "Removing the PostgreSQL database"
# Remove a database if it exists, along with the associated user
ynh_psql_remove_db "$db_name" "$db_name"
ynh_psql_drop_user "$db_name"
#=================================================
# REMOVE DEPENDENCIES