From d1845d804ba13c3ff803606f0a19251d909af061 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 13 May 2021 17:28:10 +0200 Subject: [PATCH] Update install --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index a5a9dcc..762d11a 100644 --- a/scripts/install +++ b/scripts/install @@ -119,6 +119,8 @@ ynh_add_config --template="../conf/config.default.json" --destination="$final_pa #================================================= ynh_script_progression --message="Configuring a systemd service..." --weight=1 +ynh_replace_string --match_string="__PORT__" --replace_string="$port" --target_file="../conf/systemd.service" + ynh_add_systemd_config #=================================================