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