mirror of
https://github.com/YunoHost-Apps/monitorix_ynh.git
synced 2024-09-03 19:46:06 +02:00
Add missing managed vars
This commit is contained in:
parent
71f970df4b
commit
417284cf8f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ readonly nginx_status_conf="/etc/nginx/conf.d/${app}_status.conf"
|
|||
|
||||
readonly db_user=$app
|
||||
|
||||
readonly var_list_to_manage='mysql_installed postgresql_installed memcached_installed redis_installed phpfpm_installed jail_list mount_parts home_user_dirs php_pools_infos net_gateway net_interface_list'
|
||||
readonly var_list_to_manage='mysql_installed postgresql_installed memcached_installed redis_installed phpfpm_installed jail_list mount_parts home_user_dirs net_gateway net_interface_list net_max_speed ssh_port port_infos php_pools_infos'
|
||||
|
||||
#=================================================
|
||||
# DEFINE ALL COMMON FONCTIONS
|
||||
|
|
Loading…
Reference in a new issue