Browse Source

Fixed typo from previous prototype

Brendan Abolivier 8 years ago
parent
commit
2b652a47d4
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      welcomehome

+ 1
- 1
welcomehome View File

@@ -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