jbilcke-hf HF staff commited on
Commit
deb99bf
·
1 Parent(s): f1ee3c6
Files changed (1) hide show
  1. scripts/legacy_video3.sh +1 -1
scripts/legacy_video3.sh CHANGED
@@ -18,7 +18,7 @@ while true; do
18
  for (( i=0; i<${#files[@]}; i++ )); do
19
  echo "file '${files[$i]}'" >> channel_3_video_tmp.txt
20
  done
21
- rm channel_3_video.txt
22
  mv channel_3_video_tmp.txt channel_3_video.txt
23
  fi
24
 
 
18
  for (( i=0; i<${#files[@]}; i++ )); do
19
  echo "file '${files[$i]}'" >> channel_3_video_tmp.txt
20
  done
21
+ rm -f channel_3_video.txt
22
  mv channel_3_video_tmp.txt channel_3_video.txt
23
  fi
24