From 97255dc8956416fde13b4f26b99fec794e995ec7 Mon Sep 17 00:00:00 2001 From: dylan <58234511@qq.com> Date: Wed, 11 Oct 2023 23:02:36 +0800 Subject: [PATCH] 1 --- docker/task_before.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker/task_before.sh b/docker/task_before.sh index a187294..ad4d5b0 100644 --- a/docker/task_before.sh +++ b/docker/task_before.sh @@ -625,7 +625,7 @@ Recombin_CK_cal(){ [[ $interval_time != "0" ]] && echo -e "# 等待 $interval_time 秒后开始进行下一组队任务 ..." sleep $interval_time else - $which_program $local_scr_dir/$local_scr_name & + $which_program $local_scr_dir/$local_scr_name sleep $delay_time fi fi @@ -795,7 +795,7 @@ Recombin_CK_cal(){ [[ $interval_time != "0" ]] && echo -e "# 等待`format_time $interval_time`后开始进行下一段任务 ..." sleep $interval_time else - $which_program $local_scr_dir/$local_scr_name & + $which_program $local_scr_dir/$local_scr_name sleep $delay_time fi fi @@ -811,7 +811,6 @@ Recombin_CK_cal(){ ## 末尾Cookie combine_bottom(){ local array_bottom i - echo ori_array if [[ $Bottom_CK && ! $jdCookie_bottom ]]; then bottom_ck="$(def_urldecode $Bottom_CK | perl -pe "{s|,| |g;}")" i=0