main #11

Merged
mstoeck3 merged 66 commits from main into forensic-ai 2025-08-11 12:02:56 +00:00
Showing only changes of commit ad7dd5bc70 - Show all commits

View File

@ -1,12 +1,9 @@
#!/bin/bash #!/bin/bash
# ForensicPathways Deployment Script *ownership-aware* + VISUAL ENHANCED # ForensicPathways Deployment Script *ownership-aware*
# Usage: sudo ./deploy.sh # Usage: sudo ./deploy.sh
set -e set -e
# ═══════════════════════════════════════════════════════════════════════════════
# 🎨 VISUAL ENHANCEMENT SYSTEM
# ═══════════════════════════════════════════════════════════════════════════════
# Color palette # Color palette
declare -r RED='\033[0;31m' declare -r RED='\033[0;31m'
@ -261,7 +258,6 @@ typewriter() {
} }
fancy_header() { fancy_header() {
clear
local title="$1" local title="$1"
local subtitle="$2" local subtitle="$2"
@ -800,7 +796,7 @@ echo
if [ $VALIDATION_ERRORS -eq 0 ]; then if [ $VALIDATION_ERRORS -eq 0 ]; then
# Success celebration sequence # Success celebration sequence
printf "${GREEN}${BOLD}${BG_GREEN}${WHITE}" printf "${GREEN}${BOLD}${BG_GREEN}${WHITE}"
printf "%*s" $((COLS)) "" | tr ' ' '=' for ((i=0; i<COLS; i++)); do printf "="; done
printf "${RESET}\n" printf "${RESET}\n"
# Animated success banner # Animated success banner