From b0b794e451cf2d4ee88333b52b615bcc619b3499 Mon Sep 17 00:00:00 2001 From: JustFiesta Date: Tue, 21 May 2024 13:19:29 +0200 Subject: [PATCH] Minor read prompt fix --- run_container_on_EC2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_container_on_EC2.sh b/run_container_on_EC2.sh index 5010cf636..c273ed7cc 100644 --- a/run_container_on_EC2.sh +++ b/run_container_on_EC2.sh @@ -12,7 +12,7 @@ FULL_KEY_PATH="" echo "---------------------------------------" echo "" -read -p "Enter your AWS Key absolute path: " FULL_KEY_PATH +read -p "Enter your SSH AWS Key absolute path: " FULL_KEY_PATH # Get the public IP of EC2 instance from previus script echo "Getting public IP address of EC2 instance..."