forked from ungleich-public/cdist
remove ... dots ... make ... me ...feel ... weired
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
bc1c7f104e
commit
0a3a434269
9 changed files with 14 additions and 14 deletions
|
|
@ -22,7 +22,7 @@
|
|||
#
|
||||
|
||||
. cdist-config
|
||||
[ $# -ge 1 ] || __cdist_usage "[-p] <target host> [target host ...]"
|
||||
[ $# -ge 1 ] || __cdist_usage "[-p] <target host> [target host ]"
|
||||
set -eu
|
||||
|
||||
parallel=""
|
||||
|
|
@ -42,6 +42,6 @@ done
|
|||
|
||||
# else wait after all are started
|
||||
if [ "$parallel" ]; then
|
||||
__cdist_echo info "Waiting for cdist-deploy-to jobs to finish..."
|
||||
__cdist_echo info "Waiting for cdist-deploy-to jobs to finish"
|
||||
wait
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue