mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
change auto schedule to every 8 hours and update wording of whiptail auto patch selection - https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/84
This commit is contained in:
@@ -1545,7 +1545,7 @@ whiptail_patch_schedule() {
|
||||
# What kind of patch schedule are we doing?
|
||||
PATCHSCHEDULE=$(whiptail --title "Security Onion Setup" --radiolist \
|
||||
"Choose OS patch schedule. This will NOT update Security Onion related tools such as Zeek, Elasticsearch, Kibana, SaltStack, etc." 25 115 5 \
|
||||
"Automatic" "Package updates will be installed automatically" ON \
|
||||
"Automatic" "Package updates will be installed automatically every 8 hours if available" ON \
|
||||
"Manual" "Package updates will need to be installed manually" OFF \
|
||||
"Import Schedule" "Enter the name of an existing schedule on the following screen and inherit it" OFF \
|
||||
"New Schedule" "Configure and name a new schedule on the following screen" OFF 3>&1 1>&2 2>&3 )
|
||||
|
||||
Reference in New Issue
Block a user