minor fix for configib

This commit is contained in:
daniceexi 2014-10-08 08:09:37 -04:00
parent 32d389cbee
commit b76e15c487

View File

@ -149,7 +149,7 @@ then
fi
# remove the nic configuration files which are included in $NIC_IBNICS
for nic in echo "$NIC_IBNICS" | tr "," "\n"
for nic in `echo "$NIC_IBNICS" | tr "," "\n"`
do
rm -f $dir/ifcfg-$nic 2>&1 1>/dev/null
done