ソースを参照

Update task_get_day_k_index.sh

wanggangtao 5 年 前
コミット
8ca9bbee5d
共有1 個のファイルを変更した3 個の追加1 個の削除を含む
  1. 3 1
      task/task_get_day_k_index.sh

+ 3 - 1
task/task_get_day_k_index.sh

@@ -1,10 +1,12 @@
 #!/bin/sh
 
+
+
 cd /home/wwwroot/default/boniu/task
 echo '正在获取所有股票代码和名称...'
 nohup php ./task_get_day_k_index.php &
 
-sleep 86,400s
+sleep 86400s
 echo "完成!"
 rm -f nohup.out
 sleep 1s