mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Merge pull request #102 from YunoHost/disable-trap-SIGINT-in-cleanup
disable trap SIGINT in cleanup
This commit is contained in:
commit
4ae15efd2d
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ parse_args
|
|||
|
||||
function cleanup()
|
||||
{
|
||||
trap '' SIGINT # Disable ctrl+c in this function
|
||||
LXC_RESET
|
||||
|
||||
[ -n "$TEST_CONTEXT" ] && rm -rf "$TEST_CONTEXT"
|
||||
|
|
Loading…
Add table
Reference in a new issue