forked from ungleich-public/cdist
-SIG
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
ee076ef7e9
commit
14708a9c59
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ __cdist_exit_on_kill()
|
||||||
}
|
}
|
||||||
|
|
||||||
trap __cdist_tmp_removal EXIT
|
trap __cdist_tmp_removal EXIT
|
||||||
trap __cdist_exit_on_kill SIGINT SIGTERM
|
trap __cdist_exit_on_kill INT TERM
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
Loading…
Reference in a new issue