Fixed translate-shell to just use trans because it appears translate-shell is no longer linked as the executable.

This commit is contained in:
Storm Dragon 2018-05-10 13:32:09 -04:00
parent 083c32d354
commit 784abef2fa
1 changed files with 1 additions and 1 deletions

View File

@ -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