From 2e38b63160d9b03f553dbe1c48d5edc103f63fb6 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 21 Jan 2021 09:04:07 -0500 Subject: [PATCH] bugfix --- root/scripts/audio-pp.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/scripts/audio-pp.bash b/root/scripts/audio-pp.bash index 1220a72..7d28d51 100644 --- a/root/scripts/audio-pp.bash +++ b/root/scripts/audio-pp.bash @@ -219,7 +219,7 @@ Main () { fi fi - if [ -f "$1/beets-match" ]; then + if [ -f "/beets-match" ]; then rm "/beets-match" sleep 0.1 fi