Update mw.tpl
This commit is contained in:
parent
76d3c21633
commit
94be2b83c7
|
|
@ -24,6 +24,15 @@ else
|
|||
echo ""
|
||||
fi
|
||||
|
||||
# Source function library.
|
||||
if [ -f /etc/init.d/functions ];then
|
||||
. /etc/init.d/functions
|
||||
fi
|
||||
|
||||
if [ -f /etc/rc.d/init.d/functions ];then
|
||||
. /etc/rc.d/init.d/functions
|
||||
fi
|
||||
|
||||
export LC_ALL="en_US.UTF-8"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue