From ebabb4c611aa08220010dd3a9cfddeceef36710e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 31 Jan 2019 23:10:51 +0100 Subject: [PATCH] Fix port change --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 80a06c7..0d6cedc 100644 --- a/scripts/install +++ b/scripts/install @@ -200,6 +200,7 @@ popd # Create a dedicated systemd config ynh_replace_string "__NODEJS_PATH__" "$nodejs_path" "../conf/systemd.service" +ynh_replace_string "__PORT__" "$port" "../conf/systemd.service" ynh_add_systemd_config systemctl start $app