Skip to content

Commit

Permalink
VH 1319 - Updated the script based on PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
DokurOmkar committed Jul 26, 2024
1 parent bac1ef2 commit cfd4369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/mysql/add_v2xhub_user.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ -n "$1" ]; then
V2XHUB_VERSION="$1"
else
# Prompt user for V2XHUB_VERSION
read -p "Enter the deployed V2X-Hub version number: " V2XHUB_VERSION
read -r -p "Enter the deployed V2X-Hub version number: " V2XHUB_VERSION
fi

echo "Adding V2X-Hub user for version: $V2XHUB_VERSION"
Expand Down

0 comments on commit cfd4369

Please sign in to comment.