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:
parent
9e2463deb1
commit
fed549b8c1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue