diff --git a/scripts/remove b/scripts/remove index a426ff5..985b97d 100755 --- a/scripts/remove +++ b/scripts/remove @@ -47,7 +47,7 @@ ynh_remove_systemd_config #================================================= # REMOVE THE POSTGRESQL DATABASE #================================================= -ynh_print_info --message="Removing the MySQL database..." +ynh_print_info --message="Removing the PostgreSQL database..." # Remove a database if it exists, along with the associated user ynh_psql_remove_db --db_user="$db_user" --db_name="$db_name"