Added visual "new line" after update check.

This commit is contained in:
Palleri
2023-02-26 11:24:46 +01:00
committed by GitHub
parent d877a86292
commit c7304093bd

View File

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