mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Minor read prompt fix
This commit is contained in:
parent
911e499e9c
commit
b0b794e451
1 changed files with 1 additions and 1 deletions
|
@ -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..."
|
||||
|
|
Loading…
Reference in a new issue