From ac157aa44262a76d23a7f72a4fec25d43f659eab Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 28 Apr 2011 15:21:35 +0200 Subject: [PATCH] allow no code in cdist-code-run Signed-off-by: Nico Schottelius --- bin/cdist-code-run | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/cdist-code-run b/bin/cdist-code-run index a166aa4f..5fdcce4e 100755 --- a/bin/cdist-code-run +++ b/bin/cdist-code-run @@ -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