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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-sh/promisc_check.sh b/cron-sh/promisc_check.sh
index fa5b538..5a26ae5 100755
--- a/cron-sh/promisc_check.sh
+++ b/cron-sh/promisc_check.sh
@@ -15,7 +15,7 @@ PROMISC_CHECK="/usr/bin/promisc_check -q"
LogPromisc() {
Syslog "Security warning : $1 is in promiscuous mode. (sniffer running ?)"
Ttylog "\\033[1;31mSecurity warning : $1 is in promiscuous mode.\\033[0;39m"
- Ttylog "\\033[1;31mA sniffer is probably running on your system.\\033[0;39m
+ Ttylog "\\033[1;31mA sniffer is probably running on your system.\\033[0;39m"
}
if [ -f /etc/security/msec/security.conf ]; then