Commit 66e53c27 authored by ibuler's avatar ibuler

Update zzjumpserver.sh

parent 2e6f3d35
#!/bin/bash #!/bin/bash
if [ "$USER" != "admin" ] || [ "$USER" != "root" ] || [ "$USER" != "" ];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
echo echo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment