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