Removed orphaned code

This commit is contained in:
Alexey Pustovalov
2020-05-14 00:12:56 +03:00
parent 8d8d987f59
commit 4b0b504bbc
12 changed files with 48 additions and 260 deletions

View File

@ -234,25 +234,14 @@ prepare_zbx_web_config() {
"$ZBX_WEB_CONFIG"
}
prepare_web() {
echo "** Preparing Zabbix web-interface"
check_variables
check_db_connect
prepare_web_server
prepare_zbx_web_config
}
#################################################
echo "** Deploying Zabbix web-interface (Apache) with MySQL database"
prepare_system
prepare_web
clear_deploy
check_variables
check_db_connect
prepare_web_server
prepare_zbx_web_config
echo "########################################################"