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

View File

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