mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-26 05:55:54 +00:00
remove colour vars
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user