mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-07 00:44:24 +01:00
fix checkstyle SC2046
This commit is contained in:
parent
44688b81ed
commit
7888b512d3
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ fi
|
||||||
|
|
||||||
# process files
|
# process files
|
||||||
echo "--------------------------"
|
echo "--------------------------"
|
||||||
echo $(date)
|
echo "$(date)"
|
||||||
echo "Starting beets.sh for $(basename $1)"
|
echo "Starting beets.sh for $(basename $1)"
|
||||||
|
|
||||||
BEETSDIR=/config
|
BEETSDIR=/config
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue