From e5983c0dfc536f9c3acc3c858efc4c3937100a44 Mon Sep 17 00:00:00 2001 From: luhaoling <2198702716@qq.com> Date: Thu, 22 Feb 2024 11:49:42 +0800 Subject: [PATCH] fix: del the error chat --- scripts/lib/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/util.sh b/scripts/lib/util.sh index ad581ea3a..68c29bab4 100755 --- a/scripts/lib/util.sh +++ b/scripts/lib/util.sh @@ -664,7 +664,7 @@ openim::util::stop_services_with_name() { if [[ -n $pid ]]; then # Try to stop the service by killing its process. if kill -15 $pid 2>/dev/null; then - stopped_this_time=true jk + stopped_this_time=true fi fi done