From 169ebf33d54c77e0d0ca9ab0b6339b35598df434 Mon Sep 17 00:00:00 2001 From: Kayou Date: Thu, 23 May 2019 11:40:40 +0200 Subject: [PATCH 1/2] Update remove --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" #================================================= From 970610df6c6af04ce5b14206813ef032d666acf1 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 23 May 2019 14:24:21 +0200 Subject: [PATCH 2/2] update version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index bcf4123e..48425f9d 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "ActivityPub Federated Image Sharing" }, - "version": "0.9.0~ynh1", + "version": "0.9.0~ynh2", "url": "https://pixelfed.org/", "license": "AGPL-3.0-or-later", "maintainer": {