From 4b88a337cf7e45dfd7d7d72c0f5ce1ddc134b6bc Mon Sep 17 00:00:00 2001 From: Storm dragon Date: Fri, 29 Jan 2016 01:06:04 -0500 Subject: [PATCH] Still trying to squish the prepend sound not playing thingy. --- src/talking-clock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/talking-clock b/src/talking-clock index 623bce8..7ddd525 100755 --- a/src/talking-clock +++ b/src/talking-clock @@ -426,7 +426,7 @@ fi #Play the prepended sound if one is selected #There will be a slight gap between the prepended sound and the actual chiming. #This is to simulate real clocks based on my experience. -if [ $minute -eq 0 ]; then +if [ "$minute" -eq "0" ]; then if [ -f "$soundPack/prepend.ogg" ] ; then $soundCommand "$soundPack/prepend.ogg" fi