From 6a1d714fc7cf4d41e06f5ac9b3fa0f18699b023f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 27 Feb 2023 09:47:39 +0100 Subject: [PATCH] Update install --- scripts/install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 7ae82a2..832a95e 100644 --- a/scripts/install +++ b/scripts/install @@ -51,9 +51,7 @@ ynh_add_nginx_config #================================================= ynh_script_progression --message="Configuring a systemd service..." --weight=3 -# Create a dedicated systemd config -ynh_replace_string --match_string="__NODE_PATH__" --replace_string="$nodejs_path" --target_file="../conf/systemd.service" - +env_path="$PATH" ynh_add_systemd_config #=================================================