From 9e8146f3be85d560914a3906357486d935eb9ff5 Mon Sep 17 00:00:00 2001 From: Sal M <90781928+MrBlockchain22@users.noreply.github.com> Date: Sat, 29 Jan 2022 16:26:08 -0500 Subject: [PATCH] Update install_node.sh Just a small correction to a spelling, but the cmd lines worked like a charm. Excellent job man! --- install_node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_node.sh b/install_node.sh index 30d8134..0fcdd7e 100644 --- a/install_node.sh +++ b/install_node.sh @@ -28,7 +28,7 @@ echo -e "\n\n################# Changing Credentials #################\n\n" echo -e "Node Login" echo echo -e "Please insert your Credentials for your Node Login Password must be 8-50 characters!\n" - read -p "Mailadress: " mail + read -p "Mailaddress: " mail echo read -s -p "Password: " password echo