|
@@ -15,16 +15,16 @@ elif [ ${env} = "hk" ];then
|
|
profile_path=/etc/profile
|
|
profile_path=/etc/profile
|
|
python=python3
|
|
python=python3
|
|
log_path=${piaoquan_crawler_dir}main/main_logs/process-mq-$(date +%Y-%m-%d).log
|
|
log_path=${piaoquan_crawler_dir}main/main_logs/process-mq-$(date +%Y-%m-%d).log
|
|
|
|
+elif [ ${crawler} = "kykjk" ];then
|
|
|
|
+ piaoquan_crawler_dir=/Users/kanyikan/Desktop/crawler/piaoquan_crawler/
|
|
|
|
+ profile_path=/.base_profile
|
|
|
|
+ python=python3
|
|
|
|
+ log_path=${piaoquan_crawler_dir}main/main_logs/process-mq-$(date +%Y-%m-%d).log
|
|
elif [ ${crawler} = "kyk" ];then
|
|
elif [ ${crawler} = "kyk" ];then
|
|
piaoquan_crawler_dir=/Users/lieyunye/Desktop/crawler/piaoquan_crawler/
|
|
piaoquan_crawler_dir=/Users/lieyunye/Desktop/crawler/piaoquan_crawler/
|
|
profile_path=./base_profile
|
|
profile_path=./base_profile
|
|
python=python3
|
|
python=python3
|
|
log_path=${piaoquan_crawler_dir}main/main_logs/process-mq-$(date +%Y-%m-%d).log
|
|
log_path=${piaoquan_crawler_dir}main/main_logs/process-mq-$(date +%Y-%m-%d).log
|
|
-elif [ ${crawler} = "kykmv" ];then
|
|
|
|
- piaoquan_crawler_dir=/Users/kanyikan/Desktop/crawler/piaoquan_crawler/
|
|
|
|
- profile_path=/.base_profile
|
|
|
|
- python=python3
|
|
|
|
- log_path=${piaoquan_crawler_dir}main/main_logs/process-mq-$(date +%Y-%m-%d).log
|
|
|
|
elif [ ${crawler} = "xg" ] && [ ${log_type} = "recommend" ];then
|
|
elif [ ${crawler} = "xg" ] && [ ${log_type} = "recommend" ];then
|
|
piaoquan_crawler_dir=/Users/kanyikan/Desktop/crawler/piaoquan_crawler/
|
|
piaoquan_crawler_dir=/Users/kanyikan/Desktop/crawler/piaoquan_crawler/
|
|
profile_path=/.base_profile
|
|
profile_path=/.base_profile
|