1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/psitransfer_ynh.git synced 2024-09-03 20:16:06 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-09-20 18:05:22 +02:00
parent e6270e8395
commit f41732b68e

View file

@ -63,7 +63,7 @@ ynh_script_progression --message="Installing $app..." --weight=1
pushd $install_dir pushd $install_dir
ynh_use_nodejs ynh_use_nodejs
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm install ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH NODE_ENV=production $ynh_npm install
popd popd
#================================================= #=================================================