aboutsummaryrefslogtreecommitdiffstats
path: root/cron-sh/promisc_check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cron-sh/promisc_check.sh')
-rwxr-xr-xcron-sh/promisc_check.sh1
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