You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When malware hits > 1, maldet exits with exit code 2. I think using a dedicated exit code would be useful, so that hooks don't have to grep the output for scan completed on : [...] malware hits [...].
When malware hits > 1, maldet exits with exit code 2. I think using a dedicated exit code would be useful, so that hooks don't have to grep the output for
scan completed on : [...] malware hits [...]
.Maybe the
EX_DATAERR
sysexit would be a good choice.I have only tested this with
--scan-recent
.The text was updated successfully, but these errors were encountered: