From 2b367ccdf66a435c205606a1ce71a003c3e0788d Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 29 Jan 2024 09:39:23 +0100 Subject: UTF-8 --- .../hardware-stats/data/opt/openslx/scripts/systemd-hardware_stats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/modules/hardware-stats') 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 -- cgit v1.2.3-55-g7522