From cfd436961df360f2c8a43cbdbb20b19996131c7b Mon Sep 17 00:00:00 2001 From: DokurOmkar Date: Fri, 26 Jul 2024 11:49:25 -0700 Subject: [PATCH] VH 1319 - Updated the script based on PR feedback --- configuration/mysql/add_v2xhub_user.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/mysql/add_v2xhub_user.bash b/configuration/mysql/add_v2xhub_user.bash index c3bb636e4..bc605c7f2 100755 --- a/configuration/mysql/add_v2xhub_user.bash +++ b/configuration/mysql/add_v2xhub_user.bash @@ -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"