Files
jumpserver/docs/zzjumpserver.sh
ibuler b1add204b6 ޸ʾ
2015-04-28 15:08:28 +08:00

14 lines
220 B
Bash

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