mirror of https://github.com/jumpserver/jumpserver
update LANG setting
parent
b6f82ca020
commit
6ba9191b30
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue