diff --git a/scripts/generate-env.sh b/scripts/generate-env.sh index 63ebed6..68f9138 100755 --- a/scripts/generate-env.sh +++ b/scripts/generate-env.sh @@ -56,7 +56,7 @@ echo "" read -p "Email address: " USER_EMAIL if [ -z "$USER_EMAIL" ]; then - USER_EMAIL="admin@localhost" + USER_EMAIL="admin@localhost.local" echo -e "${YELLOW}Using default: $USER_EMAIL${NC}" fi