From 059a4fd6f6e2a1ce1ef4064d5ba8b39b4a5f1dd9 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 18 Oct 2013 07:24:00 -0400 Subject: [PATCH] defect 3841 --- xCAT/postscripts/xcatserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/xcatserver b/xCAT/postscripts/xcatserver index 8b698ae8a..b4886e412 100755 --- a/xCAT/postscripts/xcatserver +++ b/xCAT/postscripts/xcatserver @@ -31,7 +31,7 @@ USEOPENSSLFORXCAT=1 export USEOPENSSLFORXCAT # are we using xcat flow control useflowcontrol=0 -if [ $USEFLOWCONTROL = "YES" ] || [ $USEFLOWCONTROL = "yes" ] || [ $USEFLOWCONTROL = "1" ]; then +if [ "$USEFLOWCONTROL" = "YES" ] || [ "$USEFLOWCONTROL" = "yes" ] || [ "$USEFLOWCONTROL" = "1" ]; then useflowcontrol=1 fi