mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Colored output for debug details on screen
This commit is contained in:
parent
1f0261f168
commit
c2d5d93fad
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue