1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/converse_ynh.git synced 2024-09-03 18:25:53 +02:00
This commit is contained in:
Éric Gaspar 2023-03-05 17:11:53 +01:00
parent 2942e83585
commit 19513d3829
2 changed files with 1 additions and 8 deletions

View file

@ -17,7 +17,7 @@ admindoc = "https://conversejs.org/docs/html/index.html"
code = "https://github.com/conversejs/converse.js"
[integration]
yunohost = ">= 11.1.9"
yunohost = ">= 11.1.13"
architectures = "all"
multi_instance = true
ldap = false

View file

@ -18,13 +18,6 @@ ynh_script_progression --message="Updating NGINX web server configuration..." --
ynh_change_url_nginx_config
#=================================================
# RELOAD NGINX
#=================================================
ynh_script_progression --message="Reloading NGINX web server..." --weight=2
ynh_systemd_action --service_name=nginx --action=reload
#=================================================
# END OF SCRIPT
#=================================================