forked from ungleich-public/cdist
allow no code in cdist-code-run
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
49ebb77ab3
commit
ac157aa442
1 changed files with 0 additions and 2 deletions
|
@ -47,6 +47,4 @@ if [ -e "$code" ]; then
|
|||
else
|
||||
__cdist_exit_err "$code exists, but is not a file."
|
||||
fi
|
||||
else
|
||||
__cdist_echo info "No code-${__cdist_code_type}"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue