From 66e53c2701c80a4b92c15d36d3cdbc6d1c0c3277 Mon Sep 17 00:00:00 2001 From: ibuler Date: Wed, 13 Jan 2016 14:06:36 +0800 Subject: [PATCH] Update zzjumpserver.sh --- install/zzjumpserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/zzjumpserver.sh b/install/zzjumpserver.sh index 11c7a3335..40d9ae8d7 100644 --- a/install/zzjumpserver.sh +++ b/install/zzjumpserver.sh @@ -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