From a360ac9a71f792ae2d818b745c4fa627056f5c64 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Wed, 31 Jul 2024 16:27:32 -0400 Subject: [PATCH] Remove scan_easy_results --- workflow/qhtcp-workflow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow/qhtcp-workflow b/workflow/qhtcp-workflow index 85289e02..bc3fe5a8 100755 --- a/workflow/qhtcp-workflow +++ b/workflow/qhtcp-workflow @@ -614,7 +614,7 @@ easy() { fi # Use the function return code see if we succeeded - scan_easy_results "$PROJECT_SCANS_DIR" || (err "No EASY results found in $PROJECT_SCANS_DIR"; return 1) + choose_easy_results "$PROJECT_SCANS_DIR" || (err "No EASY results found in $PROJECT_SCANS_DIR"; return 1) } @@ -1391,7 +1391,7 @@ choose_easy_results_dir() { declare -g EASY_RESULTS_DIR EASY_OUT_DIR - EASY_OUT_DIR="$QHTCP_PROJECT_DIR/easy/" + EASY_OUT_DIR="$QHTCP_PROJECT_DIR/easy" # Don't override env if [[ -n $EASY_RESULTS_DIR && ! -d $EASY_RESULTS_DIR ]]; then