From 03750da9cc44acf7f0c595cb35c7983d691d80fe Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 28 Nov 2021 16:20:35 +0100 Subject: [PATCH] Upgrade to 4.3 --- config_panel.toml | 2 +- manifest.json | 2 +- scripts/config | 8 +------- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 319d454..c5d7ee3 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -1,4 +1,4 @@ -version = "0.1" +version = "1.0" name = "Unattended-upgrades configuration panel" [main] diff --git a/manifest.json b/manifest.json index 4c342b6..02b8490 100644 --- a/manifest.json +++ b/manifest.json @@ -24,7 +24,7 @@ "email": "maniackc_dev@crudelis.fr" }], "requirements": { - "yunohost": ">= 4.2.0" + "yunohost": ">= 4.3.0" }, "multi_instance": false, "services": [], diff --git a/scripts/config b/scripts/config index d1e0a56..dc96869 100644 --- a/scripts/config +++ b/scripts/config @@ -226,10 +226,4 @@ apply_config() { #================================================= # GENERIC FINALIZATION #================================================= -# SELECT THE ACTION FOLLOWING THE GIVEN ARGUMENT -#================================================= - -case $1 in -show) show_config;; -apply) apply_config;; -esac +ynh_app_config_run $1