jumpserver.sh 221 Bytes
#!/bin/bash

if [ $USER = 'admin' ] || [ $USER == 'root' ];then
    echo ""
else
    python /opt/jumpserver/jumpserver.py
    if [ $USER == 'guanghongwei' ];then
        echo
    else
        exit 3
        echo
    fi
fi