|
@@ -8,6 +8,11 @@ if [ ${crawler} = "shipinhao" ] && [ ${log_type} = "recommend" ] && [ ${env} = "
|
|
|
profile_path=~/.bash_profile
|
|
|
node_path=/usr/local/bin/node
|
|
|
log_path=${piaoquan_crawler_dir}main/main_logs/start-appium-$(date +%Y-%m-%d).log
|
|
|
+elif [ ${crawler} = "shipinhao" ] && [ ${log_type} = "search" ] && [ ${env} = "prod" ];then
|
|
|
+ piaoquan_crawler_dir=/Users/piaoquan/Desktop/piaoquan_crawler/
|
|
|
+ profile_path=~/.bash_profile
|
|
|
+ node_path=/usr/local/bin/node
|
|
|
+ log_path=${piaoquan_crawler_dir}main/main_logs/start-appium-$(date +%Y-%m-%d).log
|
|
|
elif [ ${crawler} = "jixiangxingfu" ] || [ ${crawler} = "zhongmiaoyinxin" ] || [ ${crawler} = "zhiqingtiantiankan" ] || [ ${crawler} = "ganggangdouchuan" ];then
|
|
|
piaoquan_crawler_dir=/Users/piaoquan/Desktop/piaoquan_crawler/
|
|
|
profile_path=./base_profile
|