mirror of
https://github.com/YunoHost-Apps/kresus_ynh.git
synced 2024-09-03 19:36:10 +02:00
Accurante build command
This commit is contained in:
parent
edddbdb1d0
commit
05d8d5624c
1 changed files with 1 additions and 1 deletions
|
@ -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 sh -c "cd $src_path && ./scripts/build.sh"
|
||||
|
||||
# Modify Nginx configuration file and copy it to Nginx conf directory
|
||||
nginx_conf=../conf/nginx.conf
|
||||
|
|
Loading…
Reference in a new issue