diff --git a/conf/convert.sh b/conf/convert.sh index a0678c1..08abae7 100644 --- a/conf/convert.sh +++ b/conf/convert.sh @@ -2,5 +2,5 @@ for file in $(find /home/yunohost.app/streama/ -iname "*.mkv" -o -iname "*.avi") do ffmpeg -i "$file" -vcodec h264 -acodec aac -strict -2 "${file%.*}.mp4" - rm "$file" + rm -f "$file" done