mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
[fix] Redirect parse_options output to setup log
This commit is contained in:
@@ -243,7 +243,7 @@ whiptail_make_changes
|
|||||||
|
|
||||||
if [[ $# -gt 1 ]]; then
|
if [[ $# -gt 1 ]]; then
|
||||||
set -- "${@:2}"
|
set -- "${@:2}"
|
||||||
parse_options "$@"
|
parse_options "$@" >> $setup_log 2>&1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$setup_type" == 'iso' ]]; then
|
if [[ "$setup_type" == 'iso' ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user