for line in $(cat xxx.conf)
do
if [ "$tmp_file_type" = "mkm" ];then
echo "hello"
else
echo "hello1"
fi
done
for line in $(cat xxx.conf)
do
if [ "$tmp_file_type" = "mkm" ];then
echo "hello"
else
echo "hello1"
fi
done