From 1b989e0c68ce342dbae561f0ff530d06192da3e2 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Fri, 13 Oct 2017 18:09:15 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index c030b3a..bfe12a8 100755 --- a/scripts/install +++ b/scripts/install @@ -100,7 +100,7 @@ sudo chmod 755 $final_path -R # Modify Nginx configuration file and copy it to Nginx conf directory #================================================= -ynh_nginx_config +ynh_add_nginx_config #================================================= # ADD SYSTEMD SERVICE @@ -109,7 +109,7 @@ ynh_nginx_config ynh_replace_string "__NODE__" "$nodejs_path" "../conf/systemd.service" ynh_replace_string "__NODEJS__" "$nodejs_use_version" "../conf/systemd.service" ynh_replace_string "__ENV_PATH__" "$PATH" "../conf/systemd.service" -ynh_systemd_config +ynh_add_systemd_config #================================================= # INSTALL HASTEBIN