mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-16 00:00:23 +00:00
defect 3819
This commit is contained in:
@@ -202,7 +202,11 @@ fi
|
||||
#echo "xcatpost = $xcatpost"
|
||||
|
||||
useflowcontrol=0
|
||||
if [ $USEFLOWCONTROL = "1" ]; then
|
||||
if [ "$USEFLOWCONTROL" = "1" ]; then
|
||||
useflowcontrol=1
|
||||
fi
|
||||
# from install kcmdline
|
||||
if [ "$FC" = "1" ] || [ "$FC" = "yes" ] || [ "$FC" = "YES" ]; then
|
||||
useflowcontrol=1
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user