wangkun hace 2 años
padre
commit
43ee94d2d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      main/main.sh

+ 1 - 1
main/main.sh

@@ -28,7 +28,7 @@ elif [ ${machine} = "--machine=aliyun_hk" ];then
   profile_path=/etc/profile
   python=python3
 elif [ ${machine} = "--machine=aliyun" ];then
-  piaoquan_crawler_dir=/data5/wangkun/piaoquan_crawler/
+  piaoquan_crawler_dir=/data5/piaoquan_crawler/
   profile_path=/etc/profile
   python=python
 elif [ ${machine} = "--machine=local" ];then