wanggangtao 5 år sedan
förälder
incheckning
5aa3502295
2 ändrade filer med 1 tillägg och 5 borttagningar
  1. 1 3
      task/task_get_history_day_k.sh
  2. 0 2
      task/task_get_history_index.sh

+ 1 - 3
task/task_get_history_day_k.sh

@@ -4,8 +4,6 @@ cd /home/wwwroot/default/boniu/task
 echo '正在获取所有股票的历史日k数据...'
 nohup php ./task_get_history_day_k.php &
 
-sleep 86400s
+
 echo "完成!"
-rm -f nohup.out
-sleep 1s
 

+ 0 - 2
task/task_get_history_index.sh

@@ -5,6 +5,4 @@ echo '正在获取所有股票的历史指数数据...'
 nohup php ./task_get_history_index.php &
 sleep 1s
 echo "完成!"
-rm -f nohup.out
-sleep 1s