Skip to content

Commit

Permalink
speed: dont remove mysqld
Browse files Browse the repository at this point in the history
  • Loading branch information
Boran committed Oct 16, 2015
1 parent d64ffac commit aab5f61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ echo "02. check mysql"
if [[ -f /etc/supervisord.d/mysql.conf ]]; then
echo "02. DB is outside the container, do delete mysql-server within the container: apt-get remove mysql-server; rm /etc/supervisord.d/mysql.conf "
rm /etc/supervisord.d/mysql.conf
apt-get -qqy remove mysql-server
apt-get -qy autoremove
# 2015.10.17: no longer remove these, slows down creation
#apt-get -qqy remove mysql-server
#apt-get -qy autoremove
fi
fi

Expand Down

0 comments on commit aab5f61

Please sign in to comment.