Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/dfdaemon/app/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func adjustSupernodeList(nodes []string) []string {
}
}

// getLocalIP return the localIP which connects to supper node
// getLocalIP return the localIP which connects to super node
func getLocalIP(nodes []string) (localIP string) {
var (
e error
Expand Down
10 changes: 5 additions & 5 deletions docs/user_guide/install_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ Or you can build your own dfclient executable files.

**NOTE:** You can ignore this step when using only dfget for file distribution .

```sh
# Replace ${supernode} with your own supernode node with format `ip:port=weight`.
SUPERNODE=$supernode
dfdaemon --node $SUPERNODE
```
```sh
# Replace ${supernode} with your own supernode node with format `ip:port=weight`.
SUPERNODE=$supernode
dfdaemon --node $SUPERNODE
```

## After this Task

Expand Down