浏览代码

Don't need prefix

Bob Mottram 8 年前
父节点
当前提交
64b218355d
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0
    5
      src/freedombone-app-tox

+ 0
- 5
src/freedombone-app-tox 查看文件

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