Update mw.tpl

This commit is contained in:
midoks 2022-04-10 14:53:09 +08:00
parent 76d3c21633
commit 94be2b83c7
1 changed files with 9 additions and 0 deletions

View File

@ -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"