diff --git a/workflow/qhtcp-workflow b/workflow/qhtcp-workflow index 70904a09..1dbc7d32 100755 --- a/workflow/qhtcp-workflow +++ b/workflow/qhtcp-workflow @@ -1510,6 +1510,7 @@ main() { local out_heirarchy=("$(dirname "$SCANS_DIR")/out" "$SCRIPT_DIR/out" "/mnt/data/out") for d in "${out_heirarchy[@]}"; do + debug "Checking if $d exists in Scans directory heirarchy" if [[ -d $d ]]; then debug "Using output directory: $d" declare -g OUT_DIR="$d"