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