mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-30 22:37:04 +08:00
Optimizing scripts
This commit is contained in:
parent
4653143c73
commit
ac41b0730c
@ -215,10 +215,10 @@ openim::log::status() {
|
|||||||
echo_log "${timestamp} ${1}"
|
echo_log "${timestamp} ${1}"
|
||||||
shift
|
shift
|
||||||
for message; do
|
for message; do
|
||||||
echo_log " ${message}"
|
echo_log -e "${COLOR_GREEN} ${message} ==> ${COLOR_GREEN}$@${reset_color}"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
COLOR_BLUE
|
||||||
|
|
||||||
openim::log::success() {
|
openim::log::success() {
|
||||||
local V="${V:-0}"
|
local V="${V:-0}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user