From bd641350740825fd520f359c858340976539d646 Mon Sep 17 00:00:00 2001 From: frju365 Date: Fri, 30 Jun 2017 20:19:56 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 63a3707..2e468b2 100644 --- a/scripts/install +++ b/scripts/install @@ -122,7 +122,7 @@ sudo chmod 600 $nginxconf ynh_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 "__SUDO_PATH__" "$sudo_path" "/etc/systemd/system/$app.service" +ynh_replace_string "__SUDO_PATH__" "$nodejs_path" "/etc/systemd/system/$app.service" #================================================= # Install OSjs