1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00
This commit is contained in:
ericgaspar 2021-06-30 16:27:09 +02:00
parent d847af9020
commit 7c6aaf0203
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -122,7 +122,7 @@ ynh_script_progression --message="Building $app... (this will take some time and
pushd $final_path/programs/server pushd $final_path/programs/server
ynh_use_nodejs ynh_use_nodejs
ynh_exec_as $app env $ynh_node_load_PATH npm install ynh_exec_as $app env $ynh_node_load_PATH npm install 2>/dev/null
popd popd
#================================================= #=================================================

View file

@ -123,7 +123,7 @@ ynh_script_progression --message="Building $app... (this will take some time and
pushd $final_path/programs/server pushd $final_path/programs/server
ynh_use_nodejs ynh_use_nodejs
ynh_exec_as $app env $ynh_node_load_PATH npm install ynh_exec_as $app env $ynh_node_load_PATH npm install 2>/dev/null
popd popd
#================================================= #=================================================