diff --git a/install/mediamanager-install.sh b/install/mediamanager-install.sh index 860057e2..3864c6d2 100644 --- a/install/mediamanager-install.sh +++ b/install/mediamanager-install.sh @@ -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