From cc1c5ff697a3ec1b720067428e812b80054bcd6a Mon Sep 17 00:00:00 2001 From: Xinwei Xiong <3293172751@qq.com> Date: Tue, 12 Sep 2023 20:51:49 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20Fix=20Local=20Check=20Script=20to=20Cont?= =?UTF-8?q?inuously=20Monitor=20Docker=20Start-up=20a=E2=80=A6=20(#200)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix: Fix Local Check Script to Continuously Monitor Docker Start-up about Makefile * Update Makefile * Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d4c21c92..3e1a0fa0 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