1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kresus_ynh.git synced 2024-09-03 19:36:10 +02:00

Do not login on system account

This commit is contained in:
J. Fernando Lagrange 2017-09-17 12:18:12 +02:00
parent 9e2463deb1
commit fed549b8c1

View file

@ -32,7 +32,7 @@ apt-get install nodejs-legacy npm python-pip python-dev python-lxml python-imagi
pip install weboob pip install weboob
# Install Kresus # 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 # Modify Nginx configuration file and copy it to Nginx conf directory
nginx_conf=../conf/nginx.conf nginx_conf=../conf/nginx.conf