Change whiptail logic

This commit is contained in:
Mike Reeves
2020-10-19 16:40:22 -04:00
parent f893cf203f
commit c22e8c08a6

View File

@@ -320,7 +320,7 @@ fi
if [[ $is_manager && ! $is_eval ]]; then if [[ $is_manager && ! $is_eval ]]; then
whiptail_manager_adv whiptail_manager_adv
if [ "$MANAGERADV" = 'ADVANCED' ] && [ "$ZEEKVERSION" != 'SURICATA' ]; then if [ "$MANAGERADV" = 'ADVANCED' ]; then
if [ "$install_type" = 'MANAGER' ]] || [ $install_type = 'MANAGERSEARCH' ]; then if [ "$install_type" = 'MANAGER' ]] || [ $install_type = 'MANAGERSEARCH' ]; then
whiptail_manager_adv_escluster whiptail_manager_adv_escluster
fi fi