Update check-all.sh (#1573)

This commit is contained in:
Xinwei Xiong
2023-12-18 12:30:38 +08:00
committed by GitHub
parent f1c9686ada
commit c1d28b7b2b
+2 -2
View File
@@ -33,8 +33,8 @@ openim::log::info "\n# Begin to check all openim service"
# OpenIM status
# Elegant printing function
print_services_and_ports() {
declare -g service_names=("${!1}")
declare -g service_ports=("${!2}")
local -n service_names=$1
local -n service_ports=$2
echo "+-------------------------+----------+"
echo "| Service Name | Port |"