mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
armbian-next: interactive: review -t 0 instead of -t 1; move non-interactive check_basic_host() from prepare-host to config-prepare, for consistency
This commit is contained in:
@@ -6,11 +6,6 @@
|
||||
# * changes system settings
|
||||
#
|
||||
function prepare_host() {
|
||||
# Now, if NOT interactive, do some basic checks. If interactive, those have already run back in prep_conf_main_build_single()
|
||||
if [[ ! -t 1 ]]; then
|
||||
LOG_SECTION="ni_check_basic_host" do_with_logging check_basic_host
|
||||
fi
|
||||
|
||||
LOG_SECTION="prepare_host_noninteractive" do_with_logging prepare_host_noninteractive
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user