1
0
Fork 0
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:
yalh76 2022-02-06 02:01:33 +01:00
parent 7cfb08f7bf
commit ab7ee572c4
2 changed files with 3 additions and 1 deletions

View file

@ -111,7 +111,7 @@ ynh_script_progression --message="Removing dependencies..."
# Remove metapackage and its dependencies
ynh_remove_app_dependencies
# Remove the line for this app
# Remove Prosody
ynh_app_setting_delete --app=$app --key=require_prosody
# List apps requiring Prosody

View file

@ -134,6 +134,8 @@ else
yunohost app upgrade prosody --force
fi
ynh_app_setting_set --app=$app --key=require_prosody --value="1"
#=================================================
# SPECIFIC UPGRADE
#=================================================