ge vs lt
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
e84ab9e14c
commit
32c2612934
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue