diff options
author | Axalon Bloodstone <axalon@mandriva.com> | 1999-12-08 01:30:50 +0000 |
---|---|---|
committer | Axalon Bloodstone <axalon@mandriva.com> | 1999-12-08 01:30:50 +0000 |
commit | 4944a29f2fda5e970e9bf84294a22ea0833b2c10 (patch) | |
tree | 64c4369d3358d7e9acd60a2375f18bc408f22e9d /cron-sh | |
parent | a522bd016d5a0bcea84b6adac0402082c6e7b3cc (diff) | |
download | msec-4944a29f2fda5e970e9bf84294a22ea0833b2c10.tar msec-4944a29f2fda5e970e9bf84294a22ea0833b2c10.tar.gz msec-4944a29f2fda5e970e9bf84294a22ea0833b2c10.tar.bz2 msec-4944a29f2fda5e970e9bf84294a22ea0833b2c10.tar.xz msec-4944a29f2fda5e970e9bf84294a22ea0833b2c10.zip |
Fix the typo
Diffstat (limited to 'cron-sh')
-rwxr-xr-x | cron-sh/file_check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-sh/file_check.sh b/cron-sh/file_check.sh index 60a87e5..9ff094f 100755 --- a/cron-sh/file_check.sh +++ b/cron-sh/file_check.sh @@ -236,6 +236,6 @@ fi # We launch our other report engine :) -/etc/security/msec/security_check.sh +/etc/security/msec/cron-sh/security_check.sh |