script
This commit is contained in:
parent
ee21ce225e
commit
ad7dd5bc70
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user