From 37f534f9bf585ef14109b909aa8eb3d9dc5b44fc Mon Sep 17 00:00:00 2001 From: Missing Date: Mon, 15 Jul 2024 10:25:25 +0800 Subject: [PATCH] =?UTF-8?q?Modify=20(=20script=20:=20inband=5Fstress=5Fupd?= =?UTF-8?q?ate.sh)=20=E4=BF=AE=E5=A4=8D=E9=80=80=E5=87=BA=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E6=B7=BB=E5=8A=A0break?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inband_stress_update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/inband_stress_update.sh b/inband_stress_update.sh index b291ebf..994d8ff 100644 --- a/inband_stress_update.sh +++ b/inband_stress_update.sh @@ -72,6 +72,7 @@ start_stress_update(){ sleep $sleep_time else echo ">>> Complete stress update, Exit ..." | tee $LOG_FILE + break fi done }