mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-02 07:54:19 +08:00
remove timer
This commit is contained in:
parent
e5d348140c
commit
69daec4f86
@ -52,13 +52,13 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
check=$(ps aux | grep -w ./${timer_task_name} | grep -v grep | wc -l)
|
#check=$(ps aux | grep -w ./${timer_task_name} | grep -v grep | wc -l)
|
||||||
if [ $check -ge 1 ]; then
|
#if [ $check -ge 1 ]; then
|
||||||
echo -e ${GREEN_PREFIX}"none port has been listening,belongs service is openImMsgTimer"${COLOR_SUFFIX}
|
# echo -e ${GREEN_PREFIX}"none port has been listening,belongs service is openImMsgTimer"${COLOR_SUFFIX}
|
||||||
else
|
#else
|
||||||
echo -e ${RED_PREFIX}"openImMsgTimer service does not start normally"${COLOR_SUFFIX}
|
# echo -e ${RED_PREFIX}"openImMsgTimer service does not start normally"${COLOR_SUFFIX}
|
||||||
echo -e ${RED_PREFIX}"please check ../logs/openIM.log "${COLOR_SUFFIX}
|
# echo -e ${RED_PREFIX}"please check ../logs/openIM.log "${COLOR_SUFFIX}
|
||||||
exit -1
|
# exit -1
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
echo -e ${YELLOW_PREFIX}"all services launch success"${COLOR_SUFFIX}
|
echo -e ${YELLOW_PREFIX}"all services launch success"${COLOR_SUFFIX}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user