fix for bug 3841: syntax error in remoteshell postscript
This commit is contained in:
parent
b4dce6b70f
commit
3e8f68fe7f
@ -32,7 +32,7 @@ fi
|
||||
master=$MASTER
|
||||
# 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user