From 3efc1e2fce6a3ea6734a099d3cd1989b7e7f35a8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 14 Jun 2014 12:07:35 -0300 Subject: Setting LANG on startup root screen --- files/etc/rc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/etc/rc.local b/files/etc/rc.local index 048710a..4ce3a3a 100644 --- a/files/etc/rc.local +++ b/files/etc/rc.local @@ -37,7 +37,7 @@ fi # Start system-wide screen session if [ -f "/etc/screenrc.startup" ]; then - ( cd /root && HOME=/root /usr/bin/screen -d -m -S root -c /etc/screenrc.startup ) + ( . /etc/default/locale && cd /root && HOME=/root LANG=$LANG /usr/bin/screen -d -m -S root -c /etc/screenrc.startup ) fi # Then exit -- cgit v1.2.3