diff --git a/Web/Modules/SSH.php b/Web/Modules/SSH.php index c744285..730e9e0 100644 --- a/Web/Modules/SSH.php +++ b/Web/Modules/SSH.php @@ -160,7 +160,7 @@ private function prepareCommand($address, array $params, array $command, $ptype) $remote_cmd = ''; if (count($command) > 0) { - $remote_cmd = implode(' ', $command); + $remote_cmd = 'LANG=C ' . implode(' ', $command); } $dest = $address;