apply shellcommands ignored_errors regexen to STDOUT as well as STDERR, RT#15347
[freeside.git] / FS / FS / part_export / shellcommands.pm
index b3b7545..a3e0c75 100644 (file)
@@ -508,8 +508,6 @@ sub ssh_cmd { #subroutine, not method
     }
     $output =~ s/[\s\n]//g;
     $errput =~ s/[\s\n]//g;
-    chomp($output);
-    chomp($errput);
   }
 
   die $errput if $errput;