fix formatting

This commit is contained in:
Mike Reeves
2022-04-01 16:22:40 -04:00
parent 5974279ed7
commit 07783713e6

View File

@@ -41,7 +41,7 @@ whiptail_analyst_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.
EOM
@@ -1589,12 +1589,9 @@ whiptail_patch_schedule_select_hours() {
21:00 "" OFF \
22:00 "" OFF \
23:00 "" OFF 3>&1 1>&2 2>&3)
local exitstatus=$?
whiptail_check_exitstatus $exitstatus
PATCHSCHEDULEHOURS=$(echo "$PATCHSCHEDULEHOURS" | tr -d '"')
IFS=' ' read -ra PATCHSCHEDULEHOURS <<< "$PATCHSCHEDULEHOURS"
}