Merge pull request #29 from Palleri/patch-2

Added visual "new line" after update check.
This commit is contained in:
mag37 2023-02-26 11:58:09 +01:00 committed by GitHub
commit 7630a95442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,3 +48,4 @@ if [[ -n ${GotUpdates[*]} ]] ; then
printf "\n\033[0;33mContainers with updates available:\033[0m\n" printf "\n\033[0;33mContainers with updates available:\033[0m\n"
printf "%s\n" "${GotUpdates[@]}" printf "%s\n" "${GotUpdates[@]}"
fi fi
printf "\n\n"