From 2cdc6ccfb03e030e653ace4b610abe7178a05d1c Mon Sep 17 00:00:00 2001 From: "Guilherme G. Piccoli" Date: Fri, 28 Jan 2022 17:43:37 -0300 Subject: [PATCH] submit_report.sh: Remove unreachable line Signed-off-by: Guilherme G. Piccoli --- submit_report.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/submit_report.sh b/submit_report.sh index e77cd14..3321164 100755 --- a/submit_report.sh +++ b/submit_report.sh @@ -129,8 +129,6 @@ if [ ${LOGS_FOUND} -ne 0 ]; then STEAM_ACCOUNT=$(awk -v n=${IDX} -v RS='}' 'NR==n{gsub(/.*\{\n|\n$/,""); print}' "${LOGINVDF}" | grep "AccountName" | cut -f4 -d\") break - - IDX=$((IDX + 1)) done fi