diff --git a/install/zzjumpserver.sh b/install/zzjumpserver.sh index 40d9ae8d7..516b0466e 100644 --- a/install/zzjumpserver.sh +++ b/install/zzjumpserver.sh @@ -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