aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-sh/level3.sh')
-rwxr-xr-xinit-sh/level3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level3.sh b/init-sh/level3.sh
index 20cb713..6a27e50 100755
--- a/init-sh/level3.sh
+++ b/init-sh/level3.sh
@@ -60,7 +60,7 @@ echo -e "\t- Security warning in syslog : yes."
# Crontab
echo "Adding permission check in crontab (scheduled every midnight) :"
-AddRules "0 0 * * * root /usr/share/msec/security.sh" /etc/crontab
+AddRules "0 4 * * * root /usr/share/msec/security.sh" /etc/crontab
# lilo update
echo -n "Running lilo to record new config : "