|
@@ -77,7 +77,7 @@ while true; do
|
77
|
77
|
count=$(ping -W 1 -c $threshold $address | grep ttl | wc -l)
|
78
|
78
|
|
79
|
79
|
if [ $count -gt 0 ]; then
|
80
|
|
- # mopidy.lck present = music already playing
|
|
80
|
+ # Lock file present = music already playing
|
81
|
81
|
if [ ! -f $lock_file ]; then
|
82
|
82
|
log "Device detected"
|
83
|
83
|
play_stream $stream
|