Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tedsluis committed May 12, 2017
1 parent 12246b1 commit 95ef51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Watch the installation video:

## Modification when you use wireless instead of ethernet.

When you use wlan (wireless internet) everythings works exept the network interface. Therefor you have to ake some changes, which means basicly that you have to replace the name of the ethernet interface "eth0" to the name of the wireless interface "wlan0" in a couple of files and then restart the collectd daemon. It is very easy to acomplish using the following commands:
When you use wlan (wireless internet) everythings works exept the network interface. Therefor you have to make some changes, which means basicly that you have to replace the name of the ethernet interface "eth0" to the name of the wireless interface "wlan0" in a couple of files and then restart the collectd daemon. It is very easy to acomplish using the following commands:

````
pi@ted1090-4 ~ $ sudo sed -i "s/eth0/wlan0/g" /home/pi/dump-tools/collectd/make-graphs.sh
Expand Down

0 comments on commit 95ef51e

Please sign in to comment.