mirror of https://github.com/CISOfy/lynis.git
Enhance screen output for DragonFly BSD
This commit is contained in:
parent
7f45bb5d85
commit
40e93c9b45
|
@ -361,6 +361,7 @@
|
|||
|
||||
case ${OS} in
|
||||
"AIX") ECHOCMD="echo" ;;
|
||||
"DragonFly") ECHOCMD="echo -e"; ECHONB="echo -n" ;;
|
||||
"MacOS") ECHOCMD="echo" ;;
|
||||
"Solaris") ECHOCMD="echo" ;;
|
||||
"Linux")
|
||||
|
|
Loading…
Reference in New Issue