update LANG setting

This commit is contained in:
ibuler
2016-01-14 11:58:53 +08:00
parent b6f82ca020
commit 6ba9191b30

View File

@@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
export LANG='zh_CN.UTF-8'
if [ "$USER" != "admin" ] && [ "$USER" != "root" ];then if [ "$USER" != "admin" ] && [ "$USER" != "root" ];then
python /opt/jumpserver/connect.py python /opt/jumpserver/connect.py
if [ $USER == 'guanghongwei' ];then if [ $USER == 'guanghongwei' ];then