Skip to content

Commit 9dabad9

Browse files
authored
Update Imix.sh
1 parent a079ea8 commit 9dabad9

File tree

1 file changed

+4
-3
lines changed
  • Hochob/Applications/TraditionMayaLands

1 file changed

+4
-3
lines changed

Hochob/Applications/TraditionMayaLands/Imix.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,16 @@ LOCAL_DEVICE="Triki"
2828

2929
LogPid.sh $GOOGLE_PID $GOOGLE_NAME
3030

31+
32+
LOCAL_SOUND=`find $SEASON/$LOCAL_SEASON/ -type f | shuf -n 1`
33+
Stream.sh "$LOCAL_DEVICE" "1.0" "$LOCAL_SOUND"
34+
3135
if [ "$LANGUAGE" = "english" ]; then
3236
Robot.sh $AMIKOO_SAY "Happy Halloween"
3337
else
3438
Robot.sh $AMIKOO_DECIR "Feliz dia de muertos"
3539
fi
3640

37-
LOCAL_SOUND=`find $SEASON/$LOCAL_SEASON/ -type f | shuf -n 1`
38-
Stream.sh "$LOCAL_DEVICE" "1.0" "$LOCAL_SOUND"
39-
4041
# See implement WindRiver.sh logic, maybe Season service?
4142

4243
# End of File

0 commit comments

Comments
 (0)