From bca02d1dc665a62c70b1430f333273e329980e27 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Tue, 1 May 2018 17:59:33 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index a3fca04..1a515f6 100644 --- a/scripts/install +++ b/scripts/install @@ -115,6 +115,10 @@ ynh_add_systemd_config 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" +cat /etc/systemd/system/$app.service +echo $nodejs_use_version +echo $PATH +echo $nodejs_path #================================================= # MODIFY A CONFIG FILE