fix path in beets.sh

This commit is contained in:
Ben Burdick 2020-08-08 11:27:03 -07:00 committed by Ryan Kuba
parent c07f16a2d2
commit ccde228516

View file

@ -22,5 +22,5 @@ BEETSDIR=/config
export BEETSDIR
FPCALC=/usr/bin/fpcalc
export FPCALC
/usr/local/bin/beet -v import -q "$1"
/usr/bin/beet -v import -q "$1"