From 0ea77b281a48d2252b9f235618c1a87a8dacaaee Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 18 Oct 2013 07:22:38 -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