ea4a19fcc6
ISSUE: ImunifyAV on-demand scanner was using invalid command syntax: imunify-antivirus malware on-demand scan --path=$path ERROR: 'scan' is not a valid choice Available commands: check-detached, list, queue, start, status, stop FIX: Changed to use correct 'queue put' command with positional path argument: imunify-antivirus malware on-demand queue put "$path" IMPACT: - ImunifyAV scans were failing with exit code 2 - Script was reporting 'complete' despite errors - New scanner generation will now use correct command TESTING: - Verified with: imunify-antivirus malware on-demand queue put --help - 'queue put' is the correct current API - Command now executes successfully (exit code 0)