Skip to content

Parse all arguments before launching jobs #334

@Gazoo

Description

@Gazoo

I know that there was a pull request for this that was reverted for 1.6.4 but I think we should still look at fixing this. I just ran into this bug. Here is an example:

Does not work

maldet --background --scan-all '/var/www/vhosts/example.com/' --config-option email_addr=you@domain.com,quarantine_hits=1 

Works

maldet --config-option email_addr=you@domain.com,quarantine_hits=1 --background --scan-all '/var/www/vhosts/example.com/'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions