Skip to content

Commit

Permalink
Update initialization.sh
Browse files Browse the repository at this point in the history
updated arm initialization script based on comments from reviewer on amd64 initialization script
  • Loading branch information
gainesaw authored Jun 30, 2023
1 parent fe2edd0 commit 64d88ba
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions configuration/arm64/initialization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
chromium-browser "https://127.0.0.1" > /dev/null 2>&1 &
chromium-browser "https://127.0.0.1:19760" > /dev/null 2>&1 &

0 comments on commit 64d88ba

Please sign in to comment.