mirror of https://github.com/CISOfy/lynis.git
Removed unneeded exception line
This commit is contained in:
parent
213590e90c
commit
74fc711965
|
@ -219,8 +219,6 @@
|
||||||
else
|
else
|
||||||
ReportException "${TEST_NO}:2" "Missing ifconfig or ip command to collect hardware address (MAC)"
|
ReportException "${TEST_NO}:2" "Missing ifconfig or ip command to collect hardware address (MAC)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ReportException "${TEST_NO}:2" "Due to missing ifconfig no method to collect hardware address (ip address)"
|
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
MacOS)
|
MacOS)
|
||||||
|
|
Loading…
Reference in New Issue