From 0070ca89a145aebc8a2ed701dd8600cb35c9e9e1 Mon Sep 17 00:00:00 2001 From: PinkLolicorn <44551064+PinkLolicorn@users.noreply.github.com> Date: Fri, 12 Apr 2019 04:04:58 +0200 Subject: [PATCH] Make sure we have started with system locale --- screend.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/screend.sh b/screend.sh index f63b1e6..bc23e7e 100644 --- a/screend.sh +++ b/screend.sh @@ -27,6 +27,12 @@ SCRIPTNAME=/etc/init.d/$NAME # and status_of_proc is working. . /lib/lsb/init-functions +# Make sure we have started with system locale +if [ -r /etc/default/locale ]; then + . /etc/default/locale + export LANG +fi + # # Function that starts the daemon/service #