Modify ( script : inband_stress_update.sh)

修复退出条件,添加break
This commit is contained in:
Missing 2024-07-15 10:25:25 +08:00
parent 7871870af6
commit 37f534f9bf

@ -72,6 +72,7 @@ start_stress_update(){
sleep $sleep_time
else
echo ">>> Complete stress update, Exit ..." | tee $LOG_FILE
break
fi
done
}