From 8f08b829a289bdfdd41348eebc72c8ea92d75732 Mon Sep 17 00:00:00 2001 From: Robin Ivehult Date: Wed, 11 Mar 2026 09:18:21 +0100 Subject: [PATCH] typo Fixed a minor typo (missing "b" to expand the variable) that broke the message. --- dockcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockcheck.sh b/dockcheck.sh index 76632f9..00e5b5f 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -673,7 +673,7 @@ if [[ -n "${GotUpdates:-}" ]]; then printf "\n%bNow recreating (%s/%s): %b%s%b\n" "$c_teal" "$CurrentQue" "$NumberofUpdates" "$c_blue" "$i" "$c_reset" else ContStopAfter=true - printf "\n%Recreating %b%s%b to apply update - then stopping to return to current state.%b\n" "$c_yellow" "$c_blue" "$i" "$c_yellow" "$c_reset" + printf "\n%bRecreating %b%s%b to apply update - then stopping to return to current state.%b\n" "$c_yellow" "$c_blue" "$i" "$c_yellow" "$c_reset" fi # Checking if compose-values are empty - hence started with docker run