forked from ungleich-public/cdist
need non-error exit code in cdist-object-codegen or it stops the whole execution chain
Signed-off-by: Steven Armstrong <steven.armstrong@inf.ethz.ch>
This commit is contained in:
parent
4098c33f93
commit
5a0f7d6a0e
1 changed files with 4 additions and 0 deletions
|
@ -52,3 +52,7 @@ cat << eof
|
||||||
eof
|
eof
|
||||||
|
|
||||||
[ -x "$gencode" ] && __cdist_exec_fail_on_error "$gencode" "$__cdist_object_id"
|
[ -x "$gencode" ] && __cdist_exec_fail_on_error "$gencode" "$__cdist_object_id"
|
||||||
|
|
||||||
|
# Ensure non-error exit status
|
||||||
|
exit 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue