diff options
Diffstat (limited to 'remote/modules')
| -rwxr-xr-x | remote/modules/hardware-stats/data/opt/openslx/scripts/systemd-hardware_stats | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remote/modules/hardware-stats/data/opt/openslx/scripts/systemd-hardware_stats b/remote/modules/hardware-stats/data/opt/openslx/scripts/systemd-hardware_stats index 686bb444..8de902b3 100755 --- a/remote/modules/hardware-stats/data/opt/openslx/scripts/systemd-hardware_stats +++ b/remote/modules/hardware-stats/data/opt/openslx/scripts/systemd-hardware_stats @@ -5,6 +5,8 @@ # This script gathers information about the hardware and configuration and reports it back to the server . /opt/openslx/config +export LANG=C +export LC_ALL=C if [ -z "$SLX_REMOTE_LOG" ]; then echo "No remote log url given, will not report" |
