From 81a6a3dcdde1d07f28e51097c5d4d691d51c720f Mon Sep 17 00:00:00 2001 From: mag37 Date: Sat, 1 Nov 2025 08:52:00 +0100 Subject: [PATCH] okey, really now. final -R tweaks. --- dockcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockcheck.sh b/dockcheck.sh index a0d58aa..e7ea43f 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -560,7 +560,7 @@ if [[ -n "${GotUpdates:-}" ]]; then printf "\n%bDone pulling updates.%b\n" "$c_green" "$c_reset" if [[ "$SkipRecreate" == true ]]; then - printf "%bSkipping container recreation due to -R.\n" "$c_yellow" "$c_reset" + printf "%bSkipping container recreation due to -R.%b\n" "$c_yellow" "$c_reset" else printf "%bRecreating updated containers.%b\n" "$c_blue" "$c_reset" CurrentQue=0