fix: sounds path
This commit is contained in:
parent
fb85aa0a38
commit
956dec161b
@ -36,6 +36,6 @@ function hirakata() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $mute -eq 0 ]; then
|
if [ $mute -eq 0 ]; then
|
||||||
(mpg321 -q $HK/sounds/$sound & ) > /dev/null 2>&1
|
(mpg321 -q $p/sounds/$sound & ) > /dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user