Removed orphaned code

This commit is contained in:
Alexey Pustovalov
2020-05-14 00:14:13 +03:00
12 changed files with 48 additions and 258 deletions

View File

@ -257,25 +257,14 @@ prepare_zbx_web_config() {
fi
}
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 "########################################################"