From c7304093bdc59164a282b32ddceeb1075a9eda58 Mon Sep 17 00:00:00 2001 From: Palleri Date: Sun, 26 Feb 2023 11:24:46 +0100 Subject: [PATCH] Added visual "new line" after update check. --- dc_brief.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dc_brief.sh b/dc_brief.sh index 5935b8a..0982e3b 100755 --- a/dc_brief.sh +++ b/dc_brief.sh @@ -48,3 +48,4 @@ if [[ -n ${GotUpdates[*]} ]] ; then printf "\n\033[0;33mContainers with updates available:\033[0m\n" printf "%s\n" "${GotUpdates[@]}" fi +printf "\n\n"