Still trying to squish the prepend sound not playing thingy.
This commit is contained in:
parent
261396ee52
commit
4b88a337cf
@ -426,7 +426,7 @@ fi
|
|||||||
#Play the prepended sound if one is selected
|
#Play the prepended sound if one is selected
|
||||||
#There will be a slight gap between the prepended sound and the actual chiming.
|
#There will be a slight gap between the prepended sound and the actual chiming.
|
||||||
#This is to simulate real clocks based on my experience.
|
#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
|
if [ -f "$soundPack/prepend.ogg" ] ; then
|
||||||
$soundCommand "$soundPack/prepend.ogg"
|
$soundCommand "$soundPack/prepend.ogg"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user