Get rid of ugly error messages from hrvoice.

This commit is contained in:
Storm Dragon 2019-09-19 10:22:08 -04:00
parent 0a7fffb60b
commit c3c054293a
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ if [ "$speakTime" == "true" ] ; then
spd-say -w -P important "$timeString"
;;
"rhvoice-"*)
echo "$timeString" | RHVoice-test -p "${voice##*-}"
echo "$timeString" | RHVoice-test -p "${voice##*-}" 2> /dev/null
;;
*)
$voice "$timeString"