zhaoyang hace 2 años
padre
commit
09f331b5d3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      content_spider/bash/command.sh

+ 2 - 2
content_spider/bash/command.sh

@@ -1,5 +1,5 @@
 #!/bin/bash
-pwd=/home/www/zw_content_spider
+pwd=/project/www/zhiyu_content_spider
 cd $pwd
 spider_name=$1
-/root/.pyenv/shims/scrapy crawl $spider_name
+/usr/local/bin/scrapy crawl $spider_name