39ead39988
FIXED: - Wrapped Maldet installation in subshell with '|| true' error handling - Changed return 1 to return 0 in Maldet installation checks - Allows installation to continue to RKHunter/ImunifyAV even if Maldet fails - Changed all Plesk diagnostic returns to just continue BEHAVIOR CHANGE: - Before: One scanner failure → entire installation stops with exit code 1 - After: One scanner failure → shows error but continues to next scanner - User gets all successfully installed scanners even if some fail This ensures that if Maldet fails to install (e.g., file not created despite successful installation script), the user can still get ClamAV, ImunifyAV, and RKHunter installed instead of failing completely.