aboutsummaryrefslogtreecommitdiffstats
path: root/cron-sh
diff options
context:
space:
mode:
Diffstat (limited to 'cron-sh')
-rwxr-xr-xcron-sh/security.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-sh/security.sh b/cron-sh/security.sh
index 016625b..85aab9f 100755
--- a/cron-sh/security.sh
+++ b/cron-sh/security.sh
@@ -43,7 +43,7 @@ fi
CURRENT_CHECK_TYPE=$(current_check_type)
# variables
-LCK=/var/run/msec-security-${CURRENT_CHECK_TYPE}.pid
+LCK=/run/msec-security-${CURRENT_CHECK_TYPE}.pid
SECURITY_LOG="/var/log/security.log"
MAIL_LOG_TODAY="/var/log/security/mail.${CURRENT_CHECK_TYPE}.today"
MAIL_LOG_YESTERDAY="/var/log/security/mail.${CURRENT_CHECK_TYPE}.yesterday"