diff options
author | Frederic Lepied <flepied@mandriva.com> | 2002-02-19 20:18:22 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2002-02-19 20:18:22 +0000 |
commit | 73dd637de11a7dc9d1c0aeee814b3081979b84c9 (patch) | |
tree | 149757eb4ea5a79694cfdbcde5e772ba457d2b8e /cron-sh/security.sh | |
parent | 9ccd78cfaf3166d326d47730e94a025765dc5539 (diff) | |
download | msec-73dd637de11a7dc9d1c0aeee814b3081979b84c9.tar msec-73dd637de11a7dc9d1c0aeee814b3081979b84c9.tar.gz msec-73dd637de11a7dc9d1c0aeee814b3081979b84c9.tar.bz2 msec-73dd637de11a7dc9d1c0aeee814b3081979b84c9.tar.xz msec-73dd637de11a7dc9d1c0aeee814b3081979b84c9.zip |
corrected typo msec/msec.
Diffstat (limited to 'cron-sh/security.sh')
-rwxr-xr-x | cron-sh/security.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cron-sh/security.sh b/cron-sh/security.sh index 4867819..764bcc0 100755 --- a/cron-sh/security.sh +++ b/cron-sh/security.sh @@ -1,11 +1,11 @@ #!/bin/bash -if [[ ! -f /var/lib/msec/msec/security.conf ]]; then - echo "Can't access /var/lib/msec/msec/security.conf." +if [[ ! -f /var/lib/msec/security.conf ]]; then + echo "Can't access /var/lib/msec/security.conf." exit 1 fi -. /var/lib/msec/msec/security.conf +. /var/lib/msec/security.conf if [ -r /etc/security/msec/security.conf ]; then . /etc/security/msec/security.conf |