diff --git a/Makefile b/Makefile index d4c21c92e..3e1a0fa07 100644 --- a/Makefile +++ b/Makefile @@ -259,7 +259,7 @@ start: .PHONY: check check: @echo "===========> Checking the service" - @$(ROOT_DIR)/scripts/check_all.sh + @$(ROOT_DIR)/scripts/check_all.sh --print-screen ## stop: Stop the chat all service. .PHONY: stop