Skip to content

Commit

Permalink
modified installation script to wait 2 minutes, so mysql conttainer t…
Browse files Browse the repository at this point in the history
…o be fully up
  • Loading branch information
iosifsp committed Mar 17, 2020
1 parent 2e0cb33 commit cfc9342
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ do
if [ $? -eq 0 ]
then
echo "mysql container is up"
# container my be running but is not fully up, so wait a bit
sleep 2m
break
fi
done
Expand Down

0 comments on commit cfc9342

Please sign in to comment.