mirror of https://github.com/CISOfy/lynis.git
Colored output for debug details on screen
This commit is contained in:
parent
1f0261f168
commit
c2d5d93fad
|
@ -411,7 +411,7 @@
|
|||
|
||||
Debug()
|
||||
{
|
||||
if [ ${DEBUG} -eq 1 ]; then echo "DEBUG: $1"; fi
|
||||
if [ ${DEBUG} -eq 1 ]; then echo "${PURPLE}[DEBUG]${NORMAL} $1"; fi
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue