Change error message, and change it to a warning
This commit is contained in:
parent
d433e40415
commit
8052fcb7ba
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ do
|
|||
|
||||
else
|
||||
|
||||
echo 'Error: No `.flac` or `.mp3` files found.'
|
||||
echo "Warning: $file does not end \`.flac\` or \`.mp3\`."
|
||||
exit
|
||||
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue