mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-17 15:59:04 +00:00
update LANG setting
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user