From a1d16a8b537fc0a1ca40963db4baebd1844b87ef Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 14 May 2021 18:37:50 +0200 Subject: [PATCH] fix --- 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 6ed9735..7f318cf 100644 --- a/manifest.json +++ b/manifest.json @@ -18,7 +18,7 @@ "email": "maniackc_dev@crudelis.fr" }], "requirements": { - "yunohost": ">= 4.2.4" + "yunohost": ">= 4.1.7" }, "multi_instance": true, "services": [ diff --git a/scripts/install b/scripts/install index c9ed326..6ced8f6 100644 --- a/scripts/install +++ b/scripts/install @@ -220,7 +220,7 @@ chmod 600 $final_path/credentials.json ynh_script_progression --message="Configuring a systemd service..." --weight=4 # Create a dedicated systemd config -ynh_add_systemd_config +ynh_add_systemd_config --others_var="ynh_node_load_PATH" #================================================= # ADVERTISE SERVICE IN ADMIN PANEL diff --git a/scripts/upgrade b/scripts/upgrade index d17612a..99547d5 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -432,7 +432,7 @@ ynh_script_progression --message="Upgrading systemd configuration..." --weight=2 # Overwrite the systemd configuration only if it's allowed if [ $overwrite_systemd -eq 1 ] then - ynh_add_systemd_config + ynh_add_systemd_config --others_var="ynh_node_load_PATH" fi #=================================================