From 55a05aa5cca2402eb82094a71271df6152420300 Mon Sep 17 00:00:00 2001 From: Tobias Ollive Date: Thu, 13 May 2021 01:06:04 +0200 Subject: [PATCH] add domain parameter for remove script --- manifest.json | 2 +- scripts/remove | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7976f71..e9bb4a9 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "fr": "La page d'actu qui ne sait rien de toi" }, "url": "https://framagit.org/yphil/petrolette", - "version": "1.2.5~ynh2", + "version": "1.2.5~ynh3", "license": "GPL-3.0-only", "maintainer": [{ "name": "oiseauroch.", diff --git a/scripts/remove b/scripts/remove index dc1b34e..14c2d0c 100644 --- a/scripts/remove +++ b/scripts/remove @@ -17,6 +17,7 @@ ynh_script_progression --message="Loading installation settings..." app=$YNH_APP_INSTANCE_NAME final_path=$(ynh_app_setting_get --app=$app --key=final_path) +domain=$(ynh_app_setting_get --app=$app --key=domain) #================================================= # STANDARD REMOVE