From 6861e8065f5cc6a4bcc0432036ce2f30657eb322 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sat, 18 Jun 2016 11:15:39 +0200 Subject: [PATCH] Improve screen output --- include/profiles | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/profiles b/include/profiles index 95b57ff4..ccc2067e 100644 --- a/include/profiles +++ b/include/profiles @@ -22,7 +22,6 @@ # ################################################################################# # - Display --indent 2 --text "- Checking profiles..." for PROFILE in ${PROFILES}; do LogText "Reading profile/configuration ${PROFILE}" @@ -344,6 +343,9 @@ ################################################################################# # + Display --indent 2 --text "- Checking profiles..." --result "DONE" --color GREEN + + LogTextBreak #================================================================================