mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Don't prompt for install type since we know its analyst
This commit is contained in:
@@ -247,7 +247,9 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
true
|
true
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
whiptail_install_type
|
if [[ ! $is_analyst ]]; then
|
||||||
|
whiptail_install_type
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
source $install_opt_file
|
source $install_opt_file
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user