Skip to content

Commit

Permalink
Update initialization.sh (amd64)
Browse files Browse the repository at this point in the history
updated line 29 to move back 1 directory so that it can get into mysql to run the v2xhub user creation script. line to go back directory was mistakenly removed during edits
  • Loading branch information
gainesaw authored Jun 30, 2023
1 parent 64d88ba commit 92fcae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration/amd64/initialization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ tr -d '\n' <sql_root_pass.txt> mysql_root_password.txt && tr -d '\n' <sql_pass.t
rm sql_root_pass.txt && rm sql_pass.txt

#AMD64 initialzation
cd ..
sudo apt-get -y remove docker docker-engine docker.io containerd runc
sudo apt-get update
sudo apt-get -y install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
Expand Down

0 comments on commit 92fcae3

Please sign in to comment.