diff --git a/setup/so-whiptail b/setup/so-whiptail index 9d2b2fcd6..a6369c9b5 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -574,8 +574,7 @@ whiptail_install_type() { if [[ $install_type == "DISTRIBUTED" ]]; then whiptail_install_type_dist - fi - if [[ $install_type == "OTHER" ]]; then + elif [[ $install_type == "OTHER" ]]; then whiptail_install_type_other fi