- fix zabbix conf

This commit is contained in:
Frogg 2026-05-13 13:04:32 +02:00
parent 9b62d74403
commit 48e5113e4a
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ do_deb_sys_zabbix(){
msg_success "Zabbix agent configuré."
}
check_deb_sys_zabbix_conf(){
do_deb_sys_zabbix_conf(){
local ip
read -rp "IP Zabbix [${CONFIG_DEB_INSTALL_ZABBIX_SERVER_IP}]: " ip;
ip=${ip:-${CONFIG_DEB_INSTALL_ZABBIX_SERVER_IP}}