Skip to content

Commit

Permalink
Allow 10.11 installs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajleach authored Jul 15, 2016
1 parent 27fb4df commit 3fe8e9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mmvwordpress/mmvwordpress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ if [[ $(sw_vers -productVersion | grep '10.10') ]]
then
OSX=yes
fi
if [[ $(sw_vers -productVersion | grep '10.11') ]]
then
OSX=yes
fi

if [[ $OSX = yes && $(serverinfo --configured | grep 'has') && $(which mysql) ]]
then
Expand Down

0 comments on commit 3fe8e9f

Please sign in to comment.