Skip to content
Snippets Groups Projects
Commit 1c3a6c1c authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

remove debugging code from postcreate hook

parent 1f866ce8
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
echo $(dirname "${BASH_SOURCE[0]}")/create_browserid_user.sql
exit 1
sudo /sbin/chkconfig mysqld on
sudo /sbin/service mysqld start
sudo mysql -u root < $(dirname "${BASH_SOURCE[0]}")/create_browserid_user.sql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment