diff --git a/scripts/remove b/scripts/remove index 18dd058a..59a20ab1 100644 --- a/scripts/remove +++ b/scripts/remove @@ -28,7 +28,7 @@ final_path=$(ynh_app_setting_get --app="$app" --key=final_path) #================================================= ynh_print_info --message="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_remove_db --db_user="$db_user" --db_name="$db_name" #=================================================