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
   profile_path=/etc/profile
   python=python3
   python=python3
 elif [ ${machine} = "--machine=aliyun" ];then
 elif [ ${machine} = "--machine=aliyun" ];then
-  piaoquan_crawler_dir=/data5/wangkun/piaoquan_crawler/
+  piaoquan_crawler_dir=/data5/piaoquan_crawler/
   profile_path=/etc/profile
   profile_path=/etc/profile
   python=python
   python=python
 elif [ ${machine} = "--machine=local" ];then
 elif [ ${machine} = "--machine=local" ];then