diff options
Diffstat (limited to 'cron-sh/promisc_check.sh')
-rwxr-xr-x | cron-sh/promisc_check.sh | 2 |
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 |