removed unneeded flag

This commit is contained in:
Fabien Potencier
2017-07-21 10:50:19 +02:00
parent 1238aba1f7
commit eb64d976ea
+1 -1
View File
@@ -25,7 +25,7 @@ ifndef CONSOLE
@${MAKE} serve_as_php @${MAKE} serve_as_php
endif endif
@$(CONSOLE) | grep server:start > /dev/null || ${MAKE} serve_as_php @$(CONSOLE) | grep server:start > /dev/null || ${MAKE} serve_as_php
@$(CONSOLE) server:start --docroot=public/ @$(CONSOLE) server:start
@printf "Quit the server with \033[32;49mbin/console server:stop.\033[39m\n" @printf "Quit the server with \033[32;49mbin/console server:stop.\033[39m\n"