Skip to content

Commit

Permalink
fix mysql to run on fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
BarakMerdler committed Jan 12, 2020
2 parents f6484ea + 753699b commit de4ebea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ fi



pip3 install -r /vagrant/requirements.txt

pip3 install -r /vagrant/requirements.txt
new_pw='LoginPass@@11223344'
mysql -u root -p"$new_pw" <<MYSQL_SCRIPT
CREATE DATABASE tiger;
Expand All @@ -47,3 +46,4 @@ MYSQL_SCRIPT

chmod 755 /vagrant/app.py
nohup python3 /vagrant/app.py > /dev/null 2>&1 &

0 comments on commit de4ebea

Please sign in to comment.