Get rid of ugly error messages from hrvoice.
This commit is contained in:
parent
0a7fffb60b
commit
c3c054293a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user