Optimizing scripts

pull/2100/head
skiffer-git 2 years ago
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…
Cancel
Save