Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.6
Nico Schottelius 14 years ago
parent e84ab9e14c
commit 32c2612934
  1. 2
      bin/cdist-mass-deploy

@ -22,7 +22,7 @@
# #
. cdist-config . cdist-config
[ $# -lt 1 ] || __cdist_usage "<target host> [target host ...]" [ $# -ge 1 ] || __cdist_usage "<target host> [target host ...]"
set -eu set -eu
while [ $# -ge 1 ]; do while [ $# -ge 1 ]; do

Loading…
Cancel
Save