Skip to content

Commit

Permalink
Fixed incorrect script path
Browse files Browse the repository at this point in the history
  • Loading branch information
hrvojem committed Jan 22, 2019
1 parent d8e1e95 commit 5e722fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setpass_57.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ init_pass=$(grep "temporary password" /var/log/mysqld.log | awk '{print $NF}')

mysql --connect-expired-password -uroot --password="$init_pass" -e "ALTER USER 'root'@'localhost' IDENTIFIED BY 'U?fY)9s7|3gxUm';"

cp /vagrant/templates/my_57.j2 /root/.my.cnf
cp /package-testing/templates/my_57.j2 /root/.my.cnf

0 comments on commit 5e722fc

Please sign in to comment.