From cbfa62a90404d3b240e0ba19ae9b0fcbd725161a Mon Sep 17 00:00:00 2001 From: mboelen Date: Fri, 15 Apr 2016 14:38:05 +0200 Subject: lynis --- lynis | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lynis') diff --git a/lynis b/lynis index a996e755..5a02569b 100755 --- a/lynis +++ b/lynis @@ -320,6 +320,11 @@ ${YELLOW}Note: ${WHITE}Cancelling the program can leave temporary files behind${ " wait_for_keypress + if [ ${CRONJOB} -eq 1 ]; then + echo "Quitting, to prevent multiple cron jobs running at the same time" + exit 1 # Manually exit, no cleanups to prevent deleting an active PID file + fi + # Deleting any stale PID files that might exist. Note: Display function does not work yet at this point if [ -f "${MYHOMEDIR}/lynis.pid" ]; then rm -f "${MYHOMEDIR}/lynis.pid"; fi if [ -f "./lynis.pid" ]; then rm -f "./lynis.pid"; fi -- cgit v1.2.3