From 595543f2e2f9828d8b53feade2fc93d7366b2f23 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Fri, 22 Aug 2025 15:16:06 +0200 Subject: [PATCH] Update give_runs_log.sh --- give_runs_log.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/give_runs_log.sh b/give_runs_log.sh index 2522aa7..541f3cb 100644 --- a/give_runs_log.sh +++ b/give_runs_log.sh @@ -6,8 +6,7 @@ if [ -f "$log_file" ]; then exit_code=$(tail -n 1 "$log_file") if [[ "$exit_code" == "Exit Code: 0" ]]; then pass - fi - if [[ "$exit_code" == "Exit Code: 1" ]]; then + else exit 1 fi else