[fix] Redirect parse_options output to setup log

This commit is contained in:
William Wernert
2020-05-22 15:16:57 -04:00
parent d9feb0d95c
commit 29726e957f

View File

@@ -243,7 +243,7 @@ whiptail_make_changes
if [[ $# -gt 1 ]]; then
set -- "${@:2}"
parse_options "$@"
parse_options "$@" >> $setup_log 2>&1
fi
if [[ "$setup_type" == 'iso' ]]; then