From 14eaf58b34259b7445ed343abfaabba9567cc478 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 13 May 2021 22:38:50 +0200 Subject: [PATCH] Fix 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 f271028..f20e585 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,7 @@ "name": "yalh76" }, "requirements": { - "yunohost": ">= 4.1.3" + "yunohost": ">= 4.2.0" }, "multi_instance": true, "services": [ diff --git a/scripts/install b/scripts/install index dc0c65a..e5ac81c 100644 --- a/scripts/install +++ b/scripts/install @@ -138,7 +138,7 @@ chown $app:$app "$final_path/config/production.yaml" ynh_script_progression --message="Configuring a systemd service..." # Create a dedicated systemd config -ynh_add_systemd_config --others_var="ynh_npm" +ynh_add_systemd_config #================================================= # GENERIC FINALIZATION diff --git a/scripts/upgrade b/scripts/upgrade index 90d48a9..b67da06 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -141,7 +141,7 @@ chown $app:$app "$final_path/config/production.yaml" ynh_script_progression --message="Upgrading systemd configuration..." # Create a dedicated systemd config -ynh_add_systemd_config --others_var="ynh_npm" +ynh_add_systemd_config #================================================= # GENERIC FINALIZATION