diff options
Diffstat (limited to 'cron-sh/promisc_check.sh')
-rwxr-xr-x | cron-sh/promisc_check.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cron-sh/promisc_check.sh b/cron-sh/promisc_check.sh index 5a26ae5..6caada9 100755 --- a/cron-sh/promisc_check.sh +++ b/cron-sh/promisc_check.sh @@ -3,6 +3,7 @@ if [ -f /etc/security/msec/security.conf ]; then . /etc/security/msec/security.conf else + echo "/etc/security/msec/security.conf don't exist." exit 1 fi |