Change whiptail logic

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

View File

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