No hostname
This commit is contained in:
parent
c72041ff1e
commit
5ec05a15bb
|
@ -252,7 +252,7 @@ function create_tahoelafs_storage_node {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
su -c "mkdir ${node_dir}" - tahoelafs
|
su -c "mkdir ${node_dir}" - tahoelafs
|
||||||
su -c "$TAHOE_COMMAND create-node -C ${node_dir} --introducer=\"$furl\" --listen=tor --hide-ip --hostname=127.0.0.1" - tahoelafs
|
su -c "$TAHOE_COMMAND create-node -C ${node_dir} --introducer=\"$furl\" --listen=tor --hide-ip" - tahoelafs
|
||||||
}
|
}
|
||||||
|
|
||||||
function create_tahoelafs_client {
|
function create_tahoelafs_client {
|
||||||
|
|
Loading…
Reference in New Issue