Browse Source

Don't use path

Bob Mottram 10 years ago
parent
commit
788e568935
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

@@ -8178,7 +8178,7 @@ function tox_avahi {
8178 8178
   echo '    exit 0' >> /usr/bin/publish-to-avahi
8179 8179
   echo 'fi' >> /usr/bin/publish-to-avahi
8180 8180
   echo '' >> /usr/bin/publish-to-avahi
8181
-  echo -n 'TOX_ID=$(/usr/bin/toxid -u ' >> /usr/bin/publish-to-avahi
8181
+  echo -n 'TOX_ID=$(toxid -u ' >> /usr/bin/publish-to-avahi
8182 8182
   echo "$MY_USERNAME)" >> /usr/bin/publish-to-avahi
8183 8183
   echo '' >> /usr/bin/publish-to-avahi
8184 8184