Browse Source

Update m3u8.sh

MoeClub 5 years ago
parent
commit
e98fe308cb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ffmpeg/m3u8.sh

+ 2 - 0
ffmpeg/m3u8.sh

@@ -26,3 +26,5 @@ while read line; do
   echo "$Name --> $URL"
   sed -i "s|$Name|$URL|" "${M3u8File}"
 done < "${LogFile}";
+
+exit 0