Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/archive_shell_function_approach
Nico Schottelius 14 years ago
parent ee076ef7e9
commit 14708a9c59
  1. 2
      bin/cdist-config

@ -362,7 +362,7 @@ __cdist_exit_on_kill()
}
trap __cdist_tmp_removal EXIT
trap __cdist_exit_on_kill SIGINT SIGTERM
trap __cdist_exit_on_kill INT TERM
################################################################################

Loading…
Cancel
Save