Skip to content

Commit

Permalink
check for existing MySQL updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschwenn committed Oct 9, 2013
1 parent 7b41e53 commit f954358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmvMySQL/mmvmysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
if [[ $(sw_vers -productVersion | grep '10.[7-9]') ]]
then
# CHECK FOR EXISTING MySQL
if [[ -d /usr/local/mysql ]]
if [[ -d /usr/local/mysql -o -d /var/mysql ]]
then
echo "It looks like you already have MySQL installed..."
echo "This script will most likely fail unless MySQL is completley removed"
Expand Down

0 comments on commit f954358

Please sign in to comment.