liqian 2 年之前
父节点
当前提交
d2b493c8a0
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      update_common_words_task.sh

+ 2 - 1
update_common_words_task.sh

@@ -3,4 +3,5 @@ echo $HOT_WORDS_ENV
 if [[ $HOT_WORDS_ENV == 'test' ]]; then
 if [[ $HOT_WORDS_ENV == 'test' ]]; then
     cd /data2/hot-words && /root/anaconda3/bin/python /data2/hot-words/update_common_words.py '微信指数自动化搜索-每日关键词' 1
     cd /data2/hot-words && /root/anaconda3/bin/python /data2/hot-words/update_common_words.py '微信指数自动化搜索-每日关键词' 1
 elif [[ $HOT_WORDS_ENV == 'pro' ]]; then
 elif [[ $HOT_WORDS_ENV == 'pro' ]]; then
-    cd /data/hot-words && /root/anaconda3/bin/python /data2/hot-words/update_common_words.py '微信指数自动化搜索-每日关键词' 1
+    cd /data/hot-words && /root/anaconda3/bin/python /data2/hot-words/update_common_words.py '微信指数自动化搜索-每日关键词' 1
+fi