mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
minor spelling mistakes
This commit is contained in:
@@ -105,7 +105,7 @@ write_uboot_platform() {
|
||||
dd if="$1/u-boot.bin" of="$of_boot1" bs=512 skip=1 conv=fsync > /dev/null 2>&1
|
||||
fi
|
||||
|
||||
logger "${FUNCNAME[0]}(): u-boot successfulley installed"
|
||||
logger "${FUNCNAME[0]}(): u-boot successfully installed"
|
||||
}
|
||||
|
||||
comment_default_rsyslog_rules() {
|
||||
|
||||
@@ -593,7 +593,7 @@ function docker_cli_launch() {
|
||||
local -i docker_build_result
|
||||
if docker run "${DOCKER_ARGS[@]}" "${DOCKER_ARMBIAN_INITIAL_IMAGE_TAG}" /bin/bash "${DOCKER_ARMBIAN_TARGET_PATH}/compile.sh" "${ARMBIAN_CLI_FINAL_RELAUNCH_ARGS[@]}"; then
|
||||
docker_build_result=$? # capture exit code of test done in the line above.
|
||||
display_alert "-------------Docker run finished after ${SECONDS}s------------------------" "🐳 successfull" "info"
|
||||
display_alert "-------------Docker run finished after ${SECONDS}s------------------------" "🐳 successful" "info"
|
||||
else
|
||||
docker_build_result=$? # capture exit code of test done 4 lines above.
|
||||
# No use polluting GHA/CI with notices about Docker failure (real failure, inside Docker, generated enough errors already) skip_ci_special="yes"
|
||||
|
||||
Reference in New Issue
Block a user