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:
parent
7e436e5790
commit
72846cc2a2
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 -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
|
||||||
|
|
Loading…
Reference in a new issue