diff --git a/installer/setup.sh b/installer/setup.sh index f63f1c5..f26878b 100755 --- a/installer/setup.sh +++ b/installer/setup.sh @@ -547,7 +547,7 @@ function set_email_address() { if $interactive; then local emailAddress="" while true ; do - read -p "Specify the contact email address (this will be published on the ledger): " emailAddress