mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-25 05:57:49 +02:00
Merge remote-tracking branch 'origin/2.4/dev' into reyesj2/kafka
Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
This commit is contained in:
+2
-2
@@ -451,7 +451,7 @@ whiptail_end_settings() {
|
||||
done
|
||||
fi
|
||||
|
||||
if [[ ! $is_airgap ]]; then
|
||||
if [[ ! $is_airgap ]] && [[ $waitforstate ]]; then
|
||||
if [[ $telemetry -eq 0 ]]; then
|
||||
__append_end_msg "SOC Telemetry: enabled"
|
||||
else
|
||||
@@ -475,7 +475,7 @@ whiptail_end_settings() {
|
||||
read -r -d '' msg <<-EOM
|
||||
$end_msg
|
||||
|
||||
Press the Tab key to select yes or no.
|
||||
Press the TAB key to select yes or no.
|
||||
EOM
|
||||
|
||||
whiptail --title "The following options have been set, would you like to proceed?" --yesno "$msg" 24 75 --scrolltext
|
||||
|
||||
Reference in New Issue
Block a user