Don't prompt for install type since we know its analyst

This commit is contained in:
Mike Reeves
2022-03-29 17:35:13 -04:00
parent c4a4e9737b
commit 816d0b1075

View File

@@ -247,7 +247,9 @@ if ! [[ -f $install_opt_file ]]; then
true true
fi fi
fi fi
if [[ ! $is_analyst ]]; then
whiptail_install_type whiptail_install_type
fi
else else
source $install_opt_file source $install_opt_file
fi fi