cosmetic change

This commit is contained in:
Francois B 2018-05-13 06:14:56 +02:00
parent 8c50a5239c
commit a30339be42

View file

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