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

Accurate build script launch

This commit is contained in:
J. Fernando Lagrange 2017-07-18 01:14:23 +02:00
parent facc55708d
commit edddbdb1d0

View file

@ -25,7 +25,7 @@ app=$YNH_APP_INSTANCE_NAME
sudo git clone https://framagit.org/bnjbvr/kresus.git $src_path
sudo mkdir -p $src_path $src_path/node_modules
sudo npm install --prefix $src_path $src_path
sudo .$src_path/scripts/build.sh
sudo $src_path/scripts/build.sh
# Modify Nginx configuration file and copy it to Nginx conf directory
nginx_conf=../conf/nginx.conf