1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/n8n_ynh.git synced 2024-09-03 19:55:52 +02:00

Merge branch 'testing' into path

This commit is contained in:
Éric Gaspar 2021-09-18 22:55:58 +02:00 committed by GitHub
commit 2f3692b841
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@
upgrade=1
#upgrade=1 from_commit=
backup_restore=1
multi_instance=1
multi_instance=0
change_url=1
;;; Options
Email=

View file

@ -22,7 +22,7 @@
"requirements": {
"yunohost": ">= 4.2.4"
},
"multi_instance": true,
"multi_instance": false,
"services": [
"nginx"
],

View file

@ -71,7 +71,7 @@ then
# Download, check integrity, uncompress and patch the source from app.src
pushd $final_path
ynh_use_nodejs
ynh_exec_warn_less env $ynh_node_load_PATH npm install n8n@${n8n_version}
ynh_exec_warn_less env $ynh_node_load_PATH npm update n8n
popd
fi