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"
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user