mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-14 14:18:40 +02:00
[fix] Second if to elif
This commit is contained in:
+1
-2
@@ -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