From 057884311a1b4f6800919628338429ce79778272 Mon Sep 17 00:00:00 2001 From: skiffer-git <72860476+skiffer-git@users.noreply.github.com> Date: Fri, 8 Mar 2024 17:09:19 +0800 Subject: [PATCH] Fix bug Remove duplicate function definitions (#2033) * delete * delete log --- scripts/lib/util.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/lib/util.sh b/scripts/lib/util.sh index f66971252..7bcfbad97 100755 --- a/scripts/lib/util.sh +++ b/scripts/lib/util.sh @@ -1795,10 +1795,6 @@ openim::util::stop_services_on_ports() { return 0 fi } -# nc -l -p 12345 -# nc -l -p 123456 -# ps -ef | grep "nc -l" -# openim::util::stop_services_on_ports 1234 12345 # The `openim::util::stop_services_with_name` function stops services with specified names.