Update docker-compose.yml
updated message to correctly state 30 seconds instead of 10
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ services:
|
||||
apk add --no-cache inotify-tools docker-cli &&
|
||||
echo 'Watching /inbox for new files...' &&
|
||||
while inotifywait -r -e moved_to -e create /inbox; do
|
||||
echo 'New files detected! Waiting 10 seconds for transfer to finish...' &&
|
||||
echo 'New files detected! Waiting 30 seconds for transfer to finish...' &&
|
||||
sleep 30 &&
|
||||
docker exec -u abc beets beet import -q /inbox
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user