re-add set -e to cdist-config
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
cda6c24799
commit
0e7d822d16
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ __cdist_version="1.7.0"
|
||||||
# Fail if something bogus is going on
|
# Fail if something bogus is going on
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
|
# Fail if exited non-zero as well
|
||||||
|
set -e
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# cconf standard vars prefixed with cdist
|
# cconf standard vars prefixed with cdist
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue