Skip to content

Commit

Permalink
Update initialization.sh
Browse files Browse the repository at this point in the history
updated script using comments from Paul
  • Loading branch information
gainesaw authored Jun 30, 2023
1 parent b410da2 commit fe2edd0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions configuration/amd64/initialization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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 @@ -44,7 +43,5 @@ sudo apt-get update -y && sudo apt update -y
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 fe2edd0

Please sign in to comment.