We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140ceb6 commit fe385a7Copy full SHA for fe385a7
build.sh
@@ -509,8 +509,8 @@ prepare_build() {
509
logging="${out_dir}/${iso_filename%.iso}.log"
510
fi
511
mkdir -p "$(dirname "${logging}")"; touch "${logging}"
512
- msg_warn "Re-run sudo ${0} ${DEFAULT_ARGUMENT} ${ARGUMENT[*]} --nodepend --nolog 2>&1 | tee ${logging}"
513
- sudo ${0} ${DEFAULT_ARGUMENT} "${ARGUMENT[@]}" --nolog --nodepend 2>&1 | tee "${logging}"
+ msg_warn "Re-run sudo ${0} ${DEFAULT_ARGUMENT} ${ARGUMENT[*]} --nodepend --nolog --nocolor 2>&1 | tee ${logging}"
+ sudo ${0} ${DEFAULT_ARGUMENT} "${ARGUMENT[@]}" --nolog --nocolor --nodepend 2>&1 | tee "${logging}"
514
exit "${?}"
515
else
516
unset DEFAULT_ARGUMENT ARGUMENT
0 commit comments