From 3ead686ec729caf7d9a422ca6e00f3948300d474 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 22 Jun 2020 18:59:59 +0200 Subject: [PATCH] cleaning up --- scripts/install | 2 -- scripts/upgrade | 2 -- 2 files changed, 4 deletions(-) diff --git a/scripts/install b/scripts/install index 3f50b8d..159b4e4 100644 --- a/scripts/install +++ b/scripts/install @@ -135,8 +135,6 @@ popd || ynh_die #================================================= ynh_script_progression --message="Configuring a systemd service..." --weight=1 -#ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="../conf/systemd.service" -#ynh_replace_string --match_string="__FINALPATH__" --replace_string="$final_path" --target_file="../conf/systemd.service" 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" diff --git a/scripts/upgrade b/scripts/upgrade index 8a3643d..19bb8f9 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -159,8 +159,6 @@ ynh_store_file_checksum --file="$final_path/config.json" #================================================= ynh_script_progression --message="Configuring a systemd service..." --weight=2 -#ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="../conf/systemd.service" -#ynh_replace_string --match_string="__FINALPATH__" --replace_string="$final_path" --target_file="../conf/systemd.service" 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"