This commit is contained in:
wangchuxiao
2023-03-14 11:57:37 +08:00
parent 7631629468
commit 23c2d81c2c
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ sleep 1
cd ${cron_task_binary_root}
#for ((i = 0; i < ${cron_task_service_num}; i++)); do
echo "==========================start cron_task process===========================">>../logs/openIM.log 2>&1 &
echo "==========================start cron_task process===========================">>../logs/openIM.log
nohup ./${cron_task_name} >>../logs/openIM.log 2>&1 &
#done