mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
[fix] Second if to elif
This commit is contained in:
@@ -574,8 +574,7 @@ whiptail_install_type() {
|
|||||||
|
|
||||||
if [[ $install_type == "DISTRIBUTED" ]]; then
|
if [[ $install_type == "DISTRIBUTED" ]]; then
|
||||||
whiptail_install_type_dist
|
whiptail_install_type_dist
|
||||||
fi
|
elif [[ $install_type == "OTHER" ]]; then
|
||||||
if [[ $install_type == "OTHER" ]]; then
|
|
||||||
whiptail_install_type_other
|
whiptail_install_type_other
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user