From 06a4d3f29ab6f474dca2925b9a6113fa0cbfe91e Mon Sep 17 00:00:00 2001 From: ciregenz Date: Sun, 2 Aug 2026 19:08:22 -0700 Subject: [PATCH] [eric] build: signup already prompts for the code, so stop asking twice --- scripts/setup-evs.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/setup-evs.sh b/scripts/setup-evs.sh index 0cbe9f06..e4929ab7 100755 --- a/scripts/setup-evs.sh +++ b/scripts/setup-evs.sh @@ -43,11 +43,9 @@ case "$CHOICE" in read -r -p "First name: " FIRST read -r -p "Last name: " LAST read -r -p "Organization: " ORG + # signup prompts for the emailed code itself, so do NOT ask again afterwards. $EVS signup -A "$ACCOUNT" -P "$PASSWD" -E "$ACCOUNT" \ -F "$FIRST" -L "$LAST" -O "$ORG" - echo - read -r -p "Confirmation code from your email: " CODE - $EVS confirm-signup -A "$ACCOUNT" -C "$CODE" ;; r|R) $EVS reset -A "$ACCOUNT"