From a30339be425cf3c6dfe471c0767230c0cadac24b Mon Sep 17 00:00:00 2001 From: Francois B Date: Sun, 13 May 2018 06:14:56 +0200 Subject: [PATCH] cosmetic change --- core_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_functions.sh b/core_functions.sh index f04ddeb..f916408 100644 --- a/core_functions.sh +++ b/core_functions.sh @@ -432,7 +432,7 @@ function processAppTrtFct () { appTrtFct=(${i//;/ }) if [ "${appTrtFct[0]}" == "$1" ]; then printf "[TRT] package -- $1 -- " - printf "post install processed by -- ${appTrtFct[1]} --" + printf "post install processed by -- ${appTrtFct[1]}\n" eval "${appTrtFct[1]}" fi done