forked from ungleich-public/cdist
-debug
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
30b1f2632a
commit
3ab8f8d964
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
. cdist-config
|
||||
[ $# -eq 3 ] || __cdist_usage "<target host> <manifest> <out dir>"
|
||||
set -ux
|
||||
set -u
|
||||
|
||||
__cdist_target_host="$1"; shift
|
||||
__cdist_manifest="$1"; shift
|
||||
|
|
Loading…
Reference in a new issue