mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
fix formatting
This commit is contained in:
@@ -41,7 +41,7 @@ whiptail_analyst_install() {
|
|||||||
|
|
||||||
Welcome to the Security Onion Analyst Workstation install!
|
Welcome to the Security Onion Analyst Workstation install!
|
||||||
|
|
||||||
You can choose to join this workstation to an existing grid?
|
Would you like to join this workstation to an existing grid?
|
||||||
|
|
||||||
NOTE: Selecting "no" will enable X Windows and set it to load at boot.
|
NOTE: Selecting "no" will enable X Windows and set it to load at boot.
|
||||||
EOM
|
EOM
|
||||||
@@ -1589,12 +1589,9 @@ whiptail_patch_schedule_select_hours() {
|
|||||||
21:00 "" OFF \
|
21:00 "" OFF \
|
||||||
22:00 "" OFF \
|
22:00 "" OFF \
|
||||||
23:00 "" OFF 3>&1 1>&2 2>&3)
|
23:00 "" OFF 3>&1 1>&2 2>&3)
|
||||||
|
|
||||||
local exitstatus=$?
|
local exitstatus=$?
|
||||||
whiptail_check_exitstatus $exitstatus
|
whiptail_check_exitstatus $exitstatus
|
||||||
|
|
||||||
PATCHSCHEDULEHOURS=$(echo "$PATCHSCHEDULEHOURS" | tr -d '"')
|
PATCHSCHEDULEHOURS=$(echo "$PATCHSCHEDULEHOURS" | tr -d '"')
|
||||||
|
|
||||||
IFS=' ' read -ra PATCHSCHEDULEHOURS <<< "$PATCHSCHEDULEHOURS"
|
IFS=' ' read -ra PATCHSCHEDULEHOURS <<< "$PATCHSCHEDULEHOURS"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user