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