From dbb318d12518f9efd56468f1d8a20045ae142eba Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 21 Mar 2024 16:31:37 +0800 Subject: [PATCH] Optimizing scripts --- scripts/check-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-all.sh b/scripts/check-all.sh index 7e4216341..d5edefd30 100755 --- a/scripts/check-all.sh +++ b/scripts/check-all.sh @@ -74,7 +74,7 @@ openim::log::info "\n## Check all dependent components service ports" if grep -qE 'docker|kubepods' /proc/1/cgroup || [ -f /.dockerenv ]; then openim::color::echo ${COLOR_CYAN} "Environment in the interior of the container" else - openim::color::echo ${COLOR_CYAN} "The environment is outside the container" + openim::color::echo ${COLOR_CYAN}"The environment is outside the container" openim::util::check_ports ${OPENIM_DEPENDENCY_PORT_LISTARIES[@]} fi