Skip to content

Commit 1e33f2f

Browse files
author
Liu, Xiaopeng (133)
committed
update burn_io.sh
Signed-off-by: Liu, Xiaopeng (133) <[email protected]>
1 parent dea5d80 commit 1e33f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chaosaws/ec2_os/scripts/burn_io.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ timeout $duration /tmp/loop.sh
1616
# done &
1717

1818
ret=$?
19-
if [ $ret -eq 0 || $ret -eq 124 ]; then
19+
if [[ $ret -eq 0 || $ret -eq 124 ]]; then
2020
echo "experiment burnio -> <$instance_id>: success"
2121
else
2222
echo "experiment brunio -> <$instance_id>: fail"

0 commit comments

Comments
 (0)