Merge pull request #191 from deajan/gammu-fixes

Make sure Gammu speaks english
This commit is contained in:
Pierre-Lin Bonnemaison 2022-10-18 19:26:52 +02:00 committed by GitHub
commit 61bec81c44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -188,6 +188,7 @@ namespace adapters;
}
$command_parts = [
'LC_ALL=C',
'gammu',
'--config',
escapeshellarg($this->data['config_file']),
@ -339,6 +340,7 @@ namespace adapters;
}
$command_parts = [
'LC_ALL=C',
'gammu',
'--config',
escapeshellarg($this->data['config_file']),
@ -351,6 +353,7 @@ namespace adapters;
//Check security status
$command_parts = [
'LC_ALL=C',
'gammu',
'--config',
escapeshellarg($this->data['config_file']),