From 64d88ba507074358def51ce0870bf8b98d94bb86 Mon Sep 17 00:00:00 2001 From: Andy <109987630+gainesaw@users.noreply.github.com> Date: Fri, 30 Jun 2023 09:42:07 -0400 Subject: [PATCH] Update initialization.sh updated arm initialization script based on comments from reviewer on amd64 initialization script --- configuration/arm64/initialization.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/configuration/arm64/initialization.sh b/configuration/arm64/initialization.sh index bc53e758d..a6600c16a 100755 --- a/configuration/arm64/initialization.sh +++ b/configuration/arm64/initialization.sh @@ -12,7 +12,6 @@ curl -L https://raw.githubusercontent.com/usdot-fhwa-stol/carma-platform/develop #make passwords for mysql mkdir secrets && cd secrets -sleep 1 #creates password files where user inputs password read -p "enter password for the mysql_root_password: " sql_root_pass @@ -43,7 +42,5 @@ sudo docker-compose up -d cd mysql ./add_v2xhub_user.bash -sudo apt-get update -y && sudo apt update -y - -echo -e "\n open chromium-browser, go to https://127.0.0.1:19760, accept certs, and go to https://127.0.0.1 to login to V2x hub." -sleep 3 \ No newline at end of file +chromium-browser "https://127.0.0.1" > /dev/null 2>&1 & +chromium-browser "https://127.0.0.1:19760" > /dev/null 2>&1 &