Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Make sure we have started with system locale
Browse files Browse the repository at this point in the history
  • Loading branch information
dasavick authored Apr 12, 2019
1 parent 49f3e3d commit 0070ca8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions screend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 0070ca8

Please sign in to comment.