Update zzjumpserver.sh

This commit is contained in:
ibuler
2016-01-13 14:06:36 +08:00
parent 2e6f3d3579
commit 66e53c2701

View File

@@ -1,6 +1,6 @@
#!/bin/bash
if [ "$USER" != "admin" ] || [ "$USER" != "root" ] || [ "$USER" != "" ];then
if [ "$USER" != "admin" ] && [ "$USER" != "root" ];then
python /opt/jumpserver/connect.py
if [ $USER == 'guanghongwei' ];then
echo