From 191a2053a08cf1e8fe3d1a1b452283826c7ed94e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Tue, 17 Jan 2023 23:11:06 +0100 Subject: [PATCH] Export LOCALE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- padd.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/padd.sh b/padd.sh index 6432edc2..018b90da 100755 --- a/padd.sh +++ b/padd.sh @@ -9,11 +9,8 @@ # A more advanced version of the chronometer provided with Pihole # SETS LOCALE -# Issue 5: https://github.com/jpmck/PADD/issues/5 -# Updated to en_US to support -# export LC_ALL=en_US.UTF-8 > /dev/null 2>&1 || export LC_ALL=en_GB.UTF-8 > /dev/null 2>&1 || export LC_ALL=C.UTF-8 > /dev/null 2>&1 -LC_ALL=C -LC_NUMERIC=C +export LC_ALL=C +export LC_NUMERIC=C ############################################ VARIABLES #############################################