MediaManager: make email prompt stand out a bit more

This commit is contained in:
vhsdream 2025-08-24 10:52:27 -04:00
parent 5f96851a5d
commit 624c80e0fd

View File

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