build(Makefile): fix oopsie
This commit is contained in:
parent
9e8057f6e7
commit
a376ef9487
2
Makefile
2
Makefile
@ -333,7 +333,7 @@ start-%: --develop
|
|||||||
echo "DEV $(DEVELOP)"
|
echo "DEV $(DEVELOP)"
|
||||||
if [[ "$(SINGLETON)" = "true" ]]; then \
|
if [[ "$(SINGLETON)" = "true" ]]; then \
|
||||||
CONTAINER_FILE=$(DEVELOP)/$* ; \
|
CONTAINER_FILE=$(DEVELOP)/$* ; \
|
||||||
if ! [[ -e $${CONTAINER_FILE} ]]; then \
|
if [[ -e $${CONTAINER_FILE} ]]; then \
|
||||||
>&2 echo "Another $* service is already running! Use \"make new-develop\" or \"make start\" to start a new develop instance despite currently running services." ; \
|
>&2 echo "Another $* service is already running! Use \"make new-develop\" or \"make start\" to start a new develop instance despite currently running services." ; \
|
||||||
exit 1 ; \
|
exit 1 ; \
|
||||||
fi \
|
fi \
|
||||||
|
|||||||
Reference in New Issue
Block a user