chenbo 5 년 전
부모
커밋
0b2140fa93
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      data/sh/get_stock_all_code_name_list.sh

+ 2 - 2
data/sh/get_stock_all_code_name_list.sh

@@ -1,9 +1,9 @@
 #!/bin/sh
 
-cd /home/wwwroot/default/boniu/data
+cd /home/wwwroot/default/boniu/data/sh
 while [ 1 ]
 do
-	nohup /home/wwwroot/default/boniu/data get_stock_all_code_name_by_sina.php?exchange=sh&sector=10&start=0 &
+	nohup ./get_stock_all_code_name_by_sina.php?exchange=sh&sector=10&start=0 &
 	sleep 3600
 	rm nohup.out
 	sleep 86400