1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-10-19 14:45:42 +02:00
parent 45244f3901
commit cbaf296c12

View file

@ -178,19 +178,19 @@ update_initZabbixConf
#================================================= #=================================================
ynh_script_progression --message="Setuping application with CURL..." ynh_script_progression --message="Setuping application with CURL..."
# Set the app as temporarily public for curl call # # Set the app as temporarily public for curl call
ynh_script_progression --message="Configuring SSOwat..." # ynh_script_progression --message="Configuring SSOwat..."
# Making the app public for curl # # Making the app public for curl
ynh_permission_update --permission="main" --add="visitors" # ynh_permission_update --permission="main" --add="visitors"
import_template # import_template
link_template # link_template
disable_admin_user # disable_admin_user
# Remove the public access # # Remove the public access
ynh_permission_update --permission="main" --remove="visitors" # ynh_permission_update --permission="main" --remove="visitors"
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION