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