From 63607a96fbe849d1e4ec463c16f49387722a1daf Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 12 May 2018 23:28:01 +0200 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index ddc2ee2..b07a4ec 100644 --- a/scripts/install +++ b/scripts/install @@ -103,6 +103,7 @@ ynh_add_nginx_config # Create a dedicated systemd config ynh_add_systemd_config +ynh_replace_string "__PORT__" "$port" "/etc/systemd/system/$app.service" ynh_replace_string "__NODEJS__" "$nodejs_use_version" "/etc/systemd/system/$app.service" ynh_replace_string "__ENV_PATH__" "$PATH" "/etc/systemd/system/$app.service" ynh_replace_string "__NODE__" "$nodejs_path" "/etc/systemd/system/$app.service"