From fb9e3dde574917c466350d463c6450018626ca14 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 2 Sep 2021 10:19:54 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index bd733c2..b3c6908 100644 --- a/scripts/install +++ b/scripts/install @@ -156,7 +156,7 @@ ynh_add_nginx_config #================================================= ynh_script_progression --message="Configuring a systemd service..." --weight=1 -ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --target_file="../conf/systemd.service" +ynh_replace_string --match_string="__NODE_ENV_PATH__" --replace_string="$PATH" --target_file="../conf/systemd.service" ynh_add_systemd_config