diff --git a/ogg-converter.sh b/ogg-converter.sh index 5ed2bde..93185d1 100755 --- a/ogg-converter.sh +++ b/ogg-converter.sh @@ -10,7 +10,7 @@ do do read -p "Do you wish to continue? (y/n) " ANSWER case $ANSWER in - [yY]* ) echo "Convert file." + [yY]* ) ffmpeg -loglevel warning -i $f $OUTFILE.ogg break;; [nN]* ) echo "Skipped file $f"