소스 검색

No hostname

Bob Mottram 8 년 전
부모
커밋
5ec05a15bb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-app-tahoelafs

+ 1
- 1
src/freedombone-app-tahoelafs 파일 보기

252
     fi
252
     fi
253
 
253
 
254
     su -c "mkdir ${node_dir}" - tahoelafs
254
     su -c "mkdir ${node_dir}" - tahoelafs
255
-    su -c "$TAHOE_COMMAND create-node -C ${node_dir} --introducer=\"$furl\" --listen=tor --hide-ip --hostname=127.0.0.1" - tahoelafs
255
+    su -c "$TAHOE_COMMAND create-node -C ${node_dir} --introducer=\"$furl\" --listen=tor --hide-ip" - tahoelafs
256
 }
256
 }
257
 
257
 
258
 function create_tahoelafs_client {
258
 function create_tahoelafs_client {