From 374ccb88ea740165b33a053d90bf133bdcc91edc Mon Sep 17 00:00:00 2001 From: frju365 Date: Fri, 30 Jun 2017 20:10:21 +0200 Subject: [PATCH] [fix] __SUDO_PATH__ --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 3b975da..63a3707 100644 --- a/scripts/install +++ b/scripts/install @@ -122,6 +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" #================================================= # Install OSjs