From ad7dd5bc7014a19ccb4af340b12f10e1ef1c9dd0 Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Thu, 7 Aug 2025 15:45:52 +0200 Subject: [PATCH] script --- deploy.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/deploy.sh b/deploy.sh index 5ded09d..1f65cda 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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