diff --git a/scripts/remove b/scripts/remove index ae57c7e..778e471 100644 --- a/scripts/remove +++ b/scripts/remove @@ -33,8 +33,7 @@ ynh_remove_app_dependencies # REMOVE THE psql DATABASE #================================================= # Remove a database if it exists, along with the associated user -ynh_psql_drop_db $db_name -ynh_psql_drop_user $app +ynh_psql_remove_db "$db_name" "$app" #=================================================