From d0c21c4bd1ff2083e3e8e764cdb3226f59f15100 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 27 Jul 2021 20:43:52 +0200 Subject: [PATCH] Update install --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 5584a79..6cee0d4 100644 --- a/scripts/install +++ b/scripts/install @@ -114,8 +114,6 @@ popd || ynh_die 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="__YNH_NPM__" --replace_string="$ynh_npm" --target_file="../conf/systemd.service" -ynh_replace_string --match_string="__PORT__" --replace_string="$port" --target_file="../conf/systemd.service" ynh_add_systemd_config