mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Improving prosody
This commit is contained in:
parent
7cfb08f7bf
commit
ab7ee572c4
2 changed files with 3 additions and 1 deletions
|
@ -111,7 +111,7 @@ ynh_script_progression --message="Removing dependencies..."
|
||||||
# Remove metapackage and its dependencies
|
# Remove metapackage and its dependencies
|
||||||
ynh_remove_app_dependencies
|
ynh_remove_app_dependencies
|
||||||
|
|
||||||
# Remove the line for this app
|
# Remove Prosody
|
||||||
ynh_app_setting_delete --app=$app --key=require_prosody
|
ynh_app_setting_delete --app=$app --key=require_prosody
|
||||||
|
|
||||||
# List apps requiring Prosody
|
# List apps requiring Prosody
|
||||||
|
|
|
@ -134,6 +134,8 @@ else
|
||||||
yunohost app upgrade prosody --force
|
yunohost app upgrade prosody --force
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
ynh_app_setting_set --app=$app --key=require_prosody --value="1"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SPECIFIC UPGRADE
|
# SPECIFIC UPGRADE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue