1
0
Fork 0

Make ring path absolute

This commit is contained in:
Malte Brandy 2021-07-26 11:57:55 +02:00
parent c1ecd8f7f0
commit 5422e6e5a8
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -28,5 +28,5 @@ echo "Sleeping for $sleep_seconds seconds."
sleep $sleep_seconds
echo "Ringing Bell"
mpv ./bell.opus
mpv $HOME/media/audio/bell.opus
done