From fed549b8c1092123161822c0e72bc5b6898a029e Mon Sep 17 00:00:00 2001 From: "J. Fernando Lagrange" Date: Sun, 17 Sep 2017 12:18:12 +0200 Subject: [PATCH] Do not login on system account --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 474ff2f..47497dc 100644 --- a/scripts/install +++ b/scripts/install @@ -32,7 +32,7 @@ apt-get install nodejs-legacy npm python-pip python-dev python-lxml python-imagi pip install weboob # Install Kresus -sudo -i -u $app sh -c "nmp install kresus" +sudo -u $app sh -c "nmp install kresus" # Modify Nginx configuration file and copy it to Nginx conf directory nginx_conf=../conf/nginx.conf