mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Reference correct variable when checking for setup type
This commit is contained in:
@@ -24,7 +24,7 @@ source "./so-common-functions"
|
||||
setup_type=$1
|
||||
export setup_type
|
||||
|
||||
case "$install_type" in
|
||||
case "$setup_type" in
|
||||
iso | network) # Accepted values
|
||||
true
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user