Browse Source

develop baidu video downloader

luojunhui 4 months ago
parent
commit
446f81ec55
1 changed files with 0 additions and 2 deletions
  1. 0 2
      sh/run_video_summary_task.sh

+ 0 - 2
sh/run_video_summary_task.sh

@@ -25,8 +25,6 @@ else
     echo "$(date '+%Y-%m-%d %H:%M:%S') - successfully restarted run_video_publish_and_audit.py"
 fi
 
-# 重定向整个脚本的输出到带日期的日志文件
-exec >> "$LOG_FILE" 2>&1
 if pgrep -f "python3 run_video_upload_to_google.py" > /dev/null
 then
     echo "$(date '+%Y-%m-%d %H:%M:%S') - run_video_upload_to_google.py is running"