@@ -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