Fixed translate-shell to just use trans because it appears translate-shell is no longer linked as the executable.
This commit is contained in:
parent
083c32d354
commit
784abef2fa
@ -399,7 +399,7 @@ if [ "$speakTime" == "true" ] ; then
|
||||
echo "$timeString" | flite
|
||||
;;
|
||||
"googletts")
|
||||
/usr/bin/translate-shell -speak -b "$timeString"
|
||||
/usr/bin/trans -speak -b "$timeString"
|
||||
;;
|
||||
"flite_time")
|
||||
flite_time $(date +'%H:%M') &> /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user