++__cdist_echo

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-04-06 20:51:17 +02:00
commit ec513eae49
3 changed files with 3 additions and 2 deletions

View file

@ -42,6 +42,6 @@ done
# else wait after all are started
if [ "$parallel" ]; then
echo "Waiting for cdist-deploy-to jobs to finish..."
__cdist_echo info "Waiting for cdist-deploy-to jobs to finish..."
wait
fi