Added firewall setup script to install script

updates_os_and_scripts
tcastron 2020-01-20 13:54:28 +01:00 committed by GitHub
parent a47075594d
commit 3bd2000da8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -543,6 +543,15 @@ show_final_information(){
echo " "
}
setup_firewall(){
if [[ "$LSB_DIST" == "centos" ]]; then
source ./helk_setup_firewall.sh
if [[ $? -ne 0 ]]; then
echoerror "Could not start firewall script..."
fi
fi
}
install_helk(){
show_banner
check_min_requirements