mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Enhance screen output for DragonFly BSD
This commit is contained in:
parent
7f45bb5d85
commit
40e93c9b45
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue