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