Hopefully fixed the prepend sound.
This commit is contained in:
parent
2369a69e2b
commit
02cac8c619
@ -425,7 +425,7 @@ fi
|
||||
#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 [ -f "$soundPack/prepend.ogg" ] ; then
|
||||
if [[ -f "$soundPack/prepend.ogg" -a "$chime" = "true" ]]; then
|
||||
$soundCommand "$soundPack/prepend.ogg"
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user