mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-09-05 01:16:33 +02:00
fix: Update install.sh logic to use correct parent paths
- Fixed bug where artifacts were created in tools/ instead of scripts/ - Corrected PARENT_DIR calculation
This commit is contained in:
@@ -17,9 +17,8 @@ NC='\033[0m' # No Color
|
||||
|
||||
# Script directory
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
PARENT_DIR="$(dirname "$PARENT_DIR")"
|
||||
PARENT_DIR="$(dirname "$SCRIPT_DIR")"
|
||||
VENV_DIR="$PARENT_DIR/venv"
|
||||
VENV_DIR="$SCRIPT_DIR/venv"
|
||||
|
||||
# Print functions
|
||||
print_header() {
|
||||
|
||||
Reference in New Issue
Block a user