mirror of
https://github.com/YunoHost-Apps/synapse-admin_ynh.git
synced 2024-09-03 20:26:34 +02:00
Fix
This commit is contained in:
parent
4b1e424213
commit
9f5c1a8516
2 changed files with 2 additions and 3 deletions
|
@ -12,7 +12,6 @@ maintainers = ["eric_G"]
|
|||
[upstream]
|
||||
license = "Apache-2.0"
|
||||
code = "https://github.com/Awesome-Technologies/synapse-admin"
|
||||
website = "https://github.com/Awesome-Technologies/synapse-admin"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.14"
|
||||
|
|
|
@ -40,7 +40,7 @@ ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd"
|
|||
|
||||
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||
then
|
||||
ynh_script_progression --message="Upgrading source files..." --weight=160
|
||||
ynh_script_progression --message="Upgrading source files..." --weight=16
|
||||
|
||||
ynh_setup_source --dest_dir="$install_dir" --keep=".env"
|
||||
fi
|
||||
|
@ -74,7 +74,7 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
|
|||
#==============================================
|
||||
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||
then
|
||||
ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=60
|
||||
ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=6
|
||||
|
||||
pushd "$install_dir"
|
||||
ynh_use_nodejs
|
||||
|
|
Loading…
Add table
Reference in a new issue