Pārlūkot izejas kodu

Don't need prefix

Bob Mottram 9 gadus atpakaļ
vecāks
revīzija
64b218355d
1 mainītis faili ar 0 papildinājumiem un 5 dzēšanām
  1. 0
    5
      src/freedombone-app-tox

+ 0
- 5
src/freedombone-app-tox Parādīt failu

486
 }
486
 }
487
 
487
 
488
 function mesh_tox_avahi {
488
 function mesh_tox_avahi {
489
-	mesh_tox_avahi_prefix=''
490
-	if [ $rootdir ]; then
491
-		mesh_tox_avahi_prefix="chroot \"$rootdir\""
492
-	fi
493
-
494
 	if [ ! -d $rootdir/etc/avahi ]; then
489
 	if [ ! -d $rootdir/etc/avahi ]; then
495
 		echo $'tox_avahi: avahi is not installed'
490
 		echo $'tox_avahi: avahi is not installed'
496
 		exit 87359
491
 		exit 87359