summaryrefslogtreecommitdiffstats
path: root/core/modules/hardware-stats
diff options
context:
space:
mode:
authorSimon Rettberg2024-01-29 09:39:23 +0100
committerSimon Rettberg2024-01-29 09:39:23 +0100
commit2b367ccdf66a435c205606a1ce71a003c3e0788d (patch)
treea67e9885264282cc3c87fd5a58bcaf0d44cb8107 /core/modules/hardware-stats
parent[kdm/kdm-theme-bwlp] Remove (diff)
downloadmltk-2b367ccdf66a435c205606a1ce71a003c3e0788d.tar.gz
mltk-2b367ccdf66a435c205606a1ce71a003c3e0788d.tar.xz
mltk-2b367ccdf66a435c205606a1ce71a003c3e0788d.zip
UTF-8
Diffstat (limited to 'core/modules/hardware-stats')
-rwxr-xr-xcore/modules/hardware-stats/data/opt/openslx/scripts/systemd-hardware_stats4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/hardware-stats/data/opt/openslx/scripts/systemd-hardware_stats b/core/modules/hardware-stats/data/opt/openslx/scripts/systemd-hardware_stats
index 252c80c7..7feed991 100755
--- a/core/modules/hardware-stats/data/opt/openslx/scripts/systemd-hardware_stats
+++ b/core/modules/hardware-stats/data/opt/openslx/scripts/systemd-hardware_stats
@@ -5,8 +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
+export LANG=C.UTF-8
+export LC_ALL=C.UTF-8
touch "/tmp/hw-delete-list" || exit 10
chmod 0600 "/tmp/hw-delete-list" || exit 11