mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
log
This commit is contained in:
parent
6748b8fb0b
commit
585cc93421
@ -77,7 +77,7 @@ if [[ $? -ne 0 ]]; then
|
|||||||
openim::log::error_exit "The service does not start properly, please check the port, query variable definition!"
|
openim::log::error_exit "The service does not start properly, please check the port, query variable definition!"
|
||||||
echo "+++ https://github.com/openimsdk/open-im-server/tree/main/scripts/install/environment.sh +++"
|
echo "+++ https://github.com/openimsdk/open-im-server/tree/main/scripts/install/environment.sh +++"
|
||||||
else
|
else
|
||||||
echo "++++ Check all dependent service ports successfully !"
|
openim::color::echo $COLOR_GREEN "All components depended on by openim are running normally! "
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -365,7 +365,7 @@ openim::util::check_ports() {
|
|||||||
cat "$TMP_LOG_FILE" | awk '{print "\033[31m" $0 "\033[0m"}'
|
cat "$TMP_LOG_FILE" | awk '{print "\033[31m" $0 "\033[0m"}'
|
||||||
return 1
|
return 1
|
||||||
else
|
else
|
||||||
openim::log::success "All specified processes are running."
|
#openim::log::success "All specified ports are running."
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user