mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
check early (before running any CLI command) for old LIB_TAG usage
This commit is contained in:
committed by
Igor Pečovnik
parent
2f4f117000
commit
8493d91b61
@@ -169,6 +169,9 @@ function cli_entrypoint() {
|
|||||||
apply_cmdline_params_to_env "after config '${config_filename}'" # which uses ARMBIAN_PARSED_CMDLINE_PARAMS
|
apply_cmdline_params_to_env "after config '${config_filename}'" # which uses ARMBIAN_PARSED_CMDLINE_PARAMS
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Early check for deprecations
|
||||||
|
error_if_lib_tag_set # make sure users are not thrown off by using old parameter which does nothing anymore; explain
|
||||||
|
|
||||||
display_alert "Executing final CLI command" "${ARMBIAN_COMMAND}" "debug"
|
display_alert "Executing final CLI command" "${ARMBIAN_COMMAND}" "debug"
|
||||||
armbian_cli_run_command
|
armbian_cli_run_command
|
||||||
display_alert "Done Executing final CLI command" "${ARMBIAN_COMMAND}" "debug"
|
display_alert "Done Executing final CLI command" "${ARMBIAN_COMMAND}" "debug"
|
||||||
|
|||||||
Reference in New Issue
Block a user