From cb52e9bfbe2bbfcacb7db9c26c4373d02366be9b Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 18 Nov 2019 08:00:03 +0100 Subject: Also cleanup when Lynis process is terminated --- lynis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lynis') diff --git a/lynis b/lynis index dcc7de05..85cf5807 100755 --- a/lynis +++ b/lynis @@ -248,7 +248,7 @@ # ################################################################################# # - trap CleanUp INT + trap CleanUp INT TERM # Use safe umask for the files we create umask 027 -- cgit v1.2.3