wangkun 2 年之前
父节点
当前提交
43ee94d2d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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