|
@@ -11,9 +11,9 @@ elif [ ${env} = "hk" ];then
|
|
|
python=python3
|
|
|
log_path=${piaoquan_crawler_dir}main/main_logs/process-$(date +%Y-%m-%d).log
|
|
|
else
|
|
|
- piaoquan_crawler_dir=/data5/piaoquan_crawler/
|
|
|
+ piaoquan_crawler_dir=/root/piaoquan_crawler/
|
|
|
profile_path=/etc/profile
|
|
|
- python=python
|
|
|
+ python=/usr/bin/python3
|
|
|
log_path=${piaoquan_crawler_dir}main/main_logs/process-$(date +%Y-%m-%d).log
|
|
|
fi
|
|
|
|