1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse-admin_ynh.git synced 2024-09-03 20:26:34 +02:00
This commit is contained in:
Éric Gaspar 2023-04-10 17:51:17 +02:00
parent 7fd6e9f6ff
commit e5369ab93e
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ ynh_add_config --template="endpoint.nginx.conf" --destination="/etc/nginx/conf.d
#============================================== #==============================================
# INSTALL SYNAPSE-ADMIN # INSTALL SYNAPSE-ADMIN
#============================================== #==============================================
ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=40 ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=20
pushd "$install_dir" pushd "$install_dir"
ynh_use_nodejs ynh_use_nodejs

View file

@ -74,7 +74,7 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
#============================================== #==============================================
if [ "$upgrade_type" == "UPGRADE_APP" ] if [ "$upgrade_type" == "UPGRADE_APP" ]
then then
ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=6 ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=20
pushd "$install_dir" pushd "$install_dir"
ynh_use_nodejs ynh_use_nodejs