diff options
-rw-r--r-- | FS/FS/part_export/shellcommands.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/part_export/shellcommands.pm b/FS/FS/part_export/shellcommands.pm index edbe78f03..b3b7545c8 100644 --- a/FS/FS/part_export/shellcommands.pm +++ b/FS/FS/part_export/shellcommands.pm @@ -506,6 +506,8 @@ sub ssh_cmd { #subroutine, not method $output =~ s/$ignored_error//g; $errput =~ s/$ignored_error//g; } + $output =~ s/[\s\n]//g; + $errput =~ s/[\s\n]//g; chomp($output); chomp($errput); } |