minor spelling mistakes

This commit is contained in:
Rolf Leggewie
2025-08-02 17:10:57 +08:00
committed by leggewie
parent 4e41a549b0
commit bda921595b
2 changed files with 2 additions and 2 deletions

View File

@@ -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() {

View File

@@ -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"