update LANG setting

pull/45/merge
ibuler 2016-01-14 11:58:53 +08:00
parent b6f82ca020
commit 6ba9191b30
1 changed files with 2 additions and 0 deletions

View File

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