mirror of https://github.com/jumpserver/jumpserver
Update zzjumpserver.sh
parent
2e6f3d3579
commit
66e53c2701
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ "$USER" != "admin" ] || [ "$USER" != "root" ] || [ "$USER" != "" ];then
|
||||
if [ "$USER" != "admin" ] && [ "$USER" != "root" ];then
|
||||
python /opt/jumpserver/connect.py
|
||||
if [ $USER == 'guanghongwei' ];then
|
||||
echo
|
||||
|
|
Loading…
Reference in New Issue