Commit b651cd22 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix script error

parent 978703ab
...@@ -22,7 +22,7 @@ if [ -f /.dockerinit ]; then ...@@ -22,7 +22,7 @@ if [ -f /.dockerinit ]; then
sleep 3s sleep 3s
echo "Retrying package installation..." echo "Retrying package installation..."
fi done
cp config/database.yml.mysql config/database.yml cp config/database.yml.mysql config/database.yml
sed -i 's/username:.*/username: root/g' config/database.yml sed -i 's/username:.*/username: root/g' config/database.yml
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment