From c70785f46d552343fc0a5cbad929b2ad4354cb1a Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 13 May 2021 22:44:10 +0200 Subject: [PATCH] remove others_var --- manifest.json | 2 +- scripts/install | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 145409f..6a48508 100644 --- a/manifest.json +++ b/manifest.json @@ -23,7 +23,7 @@ } ], "requirements": { - "yunohost": ">= 4.1.3" + "yunohost": ">= 4.2.0" }, "multi_instance": true, "services": [ diff --git a/scripts/install b/scripts/install index 80022b4..b775cf5 100644 --- a/scripts/install +++ b/scripts/install @@ -136,7 +136,7 @@ chown $app:$app "$final_path/.env" ynh_script_progression --message="Configuring a systemd service..." # Create a dedicated systemd config -ynh_add_systemd_config --others_var="mongodb_servicename ynh_node" +ynh_add_systemd_config #================================================= # GENERIC FINALIZATION diff --git a/scripts/upgrade b/scripts/upgrade index f3abe04..e94dbb0 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -191,7 +191,7 @@ chown $app:$app "$final_path/.env" ynh_script_progression --message="Upgrading systemd configuration..." # Create a dedicated systemd config -ynh_add_systemd_config --others_var="mongodb_servicename ynh_node" +ynh_add_systemd_config #================================================= # GENERIC FINALIZATION