From 7355fe578c01db7d1febb04b6b905fda4994b59a Mon Sep 17 00:00:00 2001 From: hmhealey Date: Fri, 24 Jul 2015 13:50:02 -0400 Subject: Reverted accidental change to the Makefile that occurred while rebasing hmhealey/mm1494 branch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f8c169f15..222d4ffe4 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ build: install: @go get $(GOFLAGS) github.com/tools/godep - @if [ $(shell docker ps | grep -ci mattermost-mysql) -eq 0 ]; then \ + @if [ $(shell docker ps -a | grep -ci mattermost-mysql) -eq 0 ]; then \ echo starting mattermost-mysql; \ docker run --name mattermost-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=mostest \ -e MYSQL_USER=mmuser -e MYSQL_PASSWORD=mostest -e MYSQL_DATABASE=mattermost_test -d mysql > /dev/null; \ -- cgit v1.2.3-1-g7c22