wangkun před 2 roky
rodič
revize
43ee94d2d2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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