mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-10 20:05:55 +02:00
opensuse sets OSTYPE to linux (#3514)
This commit is contained in:
parent
cce41a1e6c
commit
f5400482a6
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ detect_services () {
|
|||
fi;
|
||||
done;
|
||||
done;
|
||||
if [[ ${OSTYPE} == "linux-gnu" ]] || [[ ${OSTYPE} == "linux-gnueabihf" ]]; then
|
||||
if [[ ${OSTYPE} == "linux-gnu" ]] || [[ ${OSTYPE} == "linux-gnueabihf" ]] || [[ ${OSTYPE} == "linux" ]]; then
|
||||
DETECTED_SERVICES+=("linux")
|
||||
HMENU+=("linux" "on")
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue