Update check-all.sh

pull/1573/head
Xinwei Xiong 2 years ago committed by GitHub
parent f1c9686ada
commit 724ead06b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,8 +33,8 @@ openim::log::info "\n# Begin to check all openim service"
# OpenIM status # OpenIM status
# Elegant printing function # Elegant printing function
print_services_and_ports() { print_services_and_ports() {
declare -g service_names=("${!1}") local -n service_names=$1
declare -g service_ports=("${!2}") local -n service_ports=$2
echo "+-------------------------+----------+" echo "+-------------------------+----------+"
echo "| Service Name | Port |" echo "| Service Name | Port |"

Loading…
Cancel
Save