wangkun 2 년 전
부모
커밋
e447687ba4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      kanyikan.sh

+ 1 - 1
kanyikan.sh

@@ -30,7 +30,7 @@ if [ ${env} = "--env=dev" ];then
   profile_path=/etc/profile
   log_path=${crawler_dir}logs/process-$(date +%Y-%m-%d).log
 else
-  crawler_dir=/Users/piaoquan/Desktop/crawler/crawler_kanyikan/
+  crawler_dir=/Users/lieyunye/Desktop/crawler/crawler_kanyikan/
   profile_path=./base_profile
   log_path=${crawler_dir}logs/process-$(date +%Y-%m-%d).log
 fi