From dc95db1088b1701e608c96c3aef8e18d4945545c2995554736e5c4757cf3c459 Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Fri, 7 Nov 2025 19:32:58 +0100 Subject: [PATCH] V8.13.392.2025.11.07 Signed-off-by: Marc S. Weidner --- var/color.var.sh | 1 - var/global.var.sh | 13 ------------- 2 files changed, 14 deletions(-) diff --git a/var/color.var.sh b/var/color.var.sh index 2335dcf..acb9d4b 100644 --- a/var/color.var.sh +++ b/var/color.var.sh @@ -13,7 +13,6 @@ guard_sourcing || return "${ERR_GUARD_SRCE}" ### Definition of color variables. - declare -grx BLA='\e[90m' # Beautiful black for the techno fans. declare -grx RED='\e[91m' # Bright red. declare -grx GRE='\e[92m' # Vibrant green. diff --git a/var/global.var.sh b/var/global.var.sh index d4ca8fe..35d63a7 100644 --- a/var/global.var.sh +++ b/var/global.var.sh @@ -59,19 +59,6 @@ declare -gx VAR_SIGNING_KEY_PASS="" declare -gx VAR_SIGNING_KEY_PASSFILE="" declare -gx VAR_SIGNING_KEY="" -### Definition of color variables. -declare -grx BLA='\e[90m' # Beautiful black for the techno fans. -declare -grx RED='\e[91m' # Bright red. -declare -grx GRE='\e[92m' # Vibrant green. -declare -grx YEL='\e[93m' # Fancy yellow -declare -grx BLU='\e[94m' # Organic blue. -declare -grx MAG='\e[95m' # Super gay magenta. -declare -grx CYA='\e[96m' # Lovely cyan. -declare -grx WHI='\e[97m' # Fantastic color mix. -declare -grx RES='\e[0m' # Forget everything. -declare -grx TAB='\t' # Insert a fresh tabulator. -declare -grx NL='\n' # Print a crystal clear new line. - ### Definition of error codes. declare -gir ERR_UNCRITICAL=127 declare -gir ERR_NOT_USER_0=128 # Not running as root