mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +02:00
Removed bashism: ==
This commit is contained in:
parent
4ecd03598f
commit
66f93f0275
@ -678,7 +678,7 @@
|
||||
ReportException "OS Detection" "Unknown OS found in /etc/os-release - Please create issue on GitHub project page: ${PROGRAM_SOURCE}"
|
||||
;;
|
||||
esac
|
||||
elif [ "$(uname -o 2> /dev/null)" == "illumos" ]; then
|
||||
elif [ "$(uname -o 2> /dev/null)" = "illumos" ]; then
|
||||
OPENSOLARIS=1
|
||||
|
||||
# Solaris has a free form text file with release information
|
||||
|
Loading…
x
Reference in New Issue
Block a user