remove colour vars

This commit is contained in:
vhsdream 2025-08-24 10:55:56 -04:00
parent 624c80e0fd
commit 682a1f800b

View File

@ -12,7 +12,7 @@ catch_errors
setting_up_container
network_check
read -r -p "${TAB3}${YW}Enter the email address of your first admin user: ${CL}" admin_email
read -r -p "${TAB3}Enter the email address of your first admin user: " admin_email
if [[ "$admin_email" ]]; then
EMAIL="$admin_email"
fi