mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-31 23:48:08 +08:00
Optimizing scripts
This commit is contained in:
parent
2956462a46
commit
581164d9c6
@ -215,6 +215,7 @@ openim::log::status() {
|
|||||||
echo_log "${timestamp} ${1}"
|
echo_log "${timestamp} ${1}"
|
||||||
shift
|
shift
|
||||||
for message; do
|
for message; do
|
||||||
|
local reset_color='\033[0m'
|
||||||
echo_log -e "${COLOR_GREEN} ${message} ==> ${COLOR_GREEN}$@${reset_color}"
|
echo_log -e "${COLOR_GREEN} ${message} ==> ${COLOR_GREEN}$@${reset_color}"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user