From a043bc7cc4ad8c44306db18fe4fb01e55cdb226b Mon Sep 17 00:00:00 2001 From: William Wernert Date: Tue, 27 Oct 2020 12:16:19 -0400 Subject: [PATCH] [fix] Second if to elif --- setup/so-whiptail | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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