From aedc65ea90dcb79aeda5501ae60662510d2ffa07 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Sun, 4 Aug 2024 01:02:33 -0400 Subject: [PATCH] Clean up header --- workflow/qhtcp-workflow | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/workflow/qhtcp-workflow b/workflow/qhtcp-workflow index c9c50fd9..4ae797fa 100755 --- a/workflow/qhtcp-workflow +++ b/workflow/qhtcp-workflow @@ -360,7 +360,6 @@ interactive_header() { EOF - echo "" echo "Scans directory: $SCANS_DIR" echo "Output directory: $OUT_DIR" echo "Change the SCANS_DIR or OUT_DIR environment variable(s) to override" @@ -472,7 +471,6 @@ interactive_header() { fi echo "" - # Gather and list projects from SCANS_DIR shopt -s nullglob projects=("$SCANS_DIR"/*/) @@ -588,11 +586,7 @@ fi unset response arr i done fi - - # cat <<-EOF - # Available modules: ${ALL_MODULES[*]} - # Available submodules: ${ALL_SUBMODULES[*]} - # EOF + echo "" }