fix: sounds path

This commit is contained in:
Mawu3n4 2014-06-13 11:33:31 +02:00
parent fb85aa0a38
commit 956dec161b

View File

@ -36,6 +36,6 @@ function hirakata() {
fi
if [ $mute -eq 0 ]; then
(mpg321 -q $HK/sounds/$sound & ) > /dev/null 2>&1
(mpg321 -q $p/sounds/$sound & ) > /dev/null 2>&1
fi
}