forked from ungleich-public/cdist
remove one Error of Error: Error: /home/users/nico/oeffentlich/rechner/projekte/cdist-used/conf/type/__nico_desktop/manifest exited non-zero.
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
740d279753
commit
c532a2ccd3
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ __cdist_debug_echo()
|
|||
__cdist_exec_fail_on_error()
|
||||
{
|
||||
sh -e "$@"
|
||||
[ "$?" -eq 0 ] || __cdist_exit_err "Error: $1 exited non-zero."
|
||||
[ "$?" -eq 0 ] || __cdist_exit_err "$1 exited non-zero."
|
||||
}
|
||||
|
||||
__cdist_exit_err()
|
||||
|
|
Loading…
Reference in a new issue