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

Fix install command

This commit is contained in:
J. Fernando Lagrange 2017-09-17 19:50:54 +02:00
parent 7e436e5790
commit 72846cc2a2

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 -u $app sh -c "npm install kresus" sudo -u $app sh -c 'cd $final_path && prefix=$final_path npm 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