[fix] Second if to elif

This commit is contained in:
William Wernert
2020-10-27 12:16:19 -04:00
parent 72dc267ab5
commit a043bc7cc4

View File

@@ -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