From d9b770972948a469c83a825fe09c5bc69747f78c Mon Sep 17 00:00:00 2001 From: Francois B Date: Sun, 3 Jun 2018 19:09:27 +0200 Subject: [PATCH] small change in output of addSpecificRepoFct --- core_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_functions.sh b/core_functions.sh index f30cbd7..f67b564 100644 --- a/core_functions.sh +++ b/core_functions.sh @@ -405,7 +405,7 @@ function addSpecificRepoFct () { for i in $AppsRepo; do appRepo=(${i//;/ }) if [ "${appRepo[0]}" == "$1" ]; then - printf "[ADD_REPP_PPA][$1][${appRepo[1]}]" + printf "[ADD_REPP_PPA][$1][${appRepo[1]}]...\n" eval "${appRepo[1]}" repoAdded=$(($repoAdded+1)) fi