zzjumpserver.sh 245 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 #!/bin/bash if [ "$USER" == "admin" ] || [ "$USER" == "root" ] || [ "$USER" == "" ];then echo "" else python /opt/jumpserver/connect.py if [ $USER == 'guanghongwei' ];then echo else exit 3 echo fi fi