mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Change =<(...) to =$(...)
This commit is contained in:
@@ -775,7 +775,7 @@ whiptail_patch_schedule_select_days() {
|
|||||||
[ -n "$QUIET" ] && return
|
[ -n "$QUIET" ] && return
|
||||||
|
|
||||||
# Select the days to patch
|
# Select the days to patch
|
||||||
PATCHSCHEDULEDAYS=<(whiptail --title "Security Onion Setup" --checklist \
|
PATCHSCHEDULEDAYS=$(whiptail --title "Security Onion Setup" --checklist \
|
||||||
"Which days do you want to apply OS patches?" 15 75 8 \
|
"Which days do you want to apply OS patches?" 15 75 8 \
|
||||||
Monday "" OFF \
|
Monday "" OFF \
|
||||||
Tuesday "" ON \
|
Tuesday "" ON \
|
||||||
@@ -797,7 +797,7 @@ whiptail_patch_schedule_select_hours() {
|
|||||||
[ -n "$QUIET" ] && return
|
[ -n "$QUIET" ] && return
|
||||||
|
|
||||||
# Select the hours to patch
|
# Select the hours to patch
|
||||||
PATCHSCHEDULEHOURS=<(whiptail --title "Security Onion Setup" --checklist \
|
PATCHSCHEDULEHOURS=$(whiptail --title "Security Onion Setup" --checklist \
|
||||||
"At which time, UTC, do you want to apply OS patches on the selected days? Hours 12 through 23 can be selected on the next screen." 22 75 13 \
|
"At which time, UTC, do you want to apply OS patches on the selected days? Hours 12 through 23 can be selected on the next screen." 22 75 13 \
|
||||||
00:00 "" OFF \
|
00:00 "" OFF \
|
||||||
01:00 "" OFF \
|
01:00 "" OFF \
|
||||||
@@ -816,7 +816,7 @@ whiptail_patch_schedule_select_hours() {
|
|||||||
whiptail_check_exitstatus $exitstatus
|
whiptail_check_exitstatus $exitstatus
|
||||||
|
|
||||||
# Select the hours to patch
|
# Select the hours to patch
|
||||||
PATCHSCHEDULEHOURS+=<(whiptail --title "Security Onion Setup" --checklist \
|
PATCHSCHEDULEHOURS+=$(whiptail --title "Security Onion Setup" --checklist \
|
||||||
"At which time, UTC, do you want to apply OS patches on the selected days?" 22 75 13 \
|
"At which time, UTC, do you want to apply OS patches on the selected days?" 22 75 13 \
|
||||||
12:00 "" OFF \
|
12:00 "" OFF \
|
||||||
13:00 "" OFF \
|
13:00 "" OFF \
|
||||||
|
|||||||
Reference in New Issue
Block a user