1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00

fix ovh for upgrade script

This commit is contained in:
yalh76 2019-06-06 00:54:58 +02:00
parent 8137cff733
commit e63f148d93

View file

@ -133,7 +133,7 @@ ynh_add_nginx_config
ynh_print_info --message="Upgrading dependencies..." ynh_print_info --message="Upgrading dependencies..."
# Install nodejs # Install nodejs
ynh_install_nodejs --nodejs_version=8 #ynh_install_nodejs --nodejs_version=8
# Install dependencies # Install dependencies
ynh_install_app_dependencies $pkg_dependencies ynh_install_app_dependencies $pkg_dependencies
@ -182,7 +182,7 @@ ynh_store_file_checksum "$final_path/config/production.yaml"
#================================================= #=================================================
pushd "$final_path" pushd "$final_path"
yarn install --production --pure-lockfile #yarn install --production --pure-lockfile
popd popd
#================================================= #=================================================