From bcb9c3fa1f4832fabd09e3879aacabe03778bc68 Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 24 Oct 2018 06:55:09 -0700 Subject: [PATCH] Remove smart quotes and fix typo (#222) Both of these create errors when copy pasting to follow the instructions: - Remove smart quotes from around "HassOS default" - Changing typo of 'system_connections' to 'system-connections' --- Documentation/network.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/network.md b/Documentation/network.md index 58941cc5a..d77cb4abf 100644 --- a/Documentation/network.md +++ b/Documentation/network.md @@ -115,7 +115,7 @@ From here you will use the `nmcli` configuration tool. `# nmcli con show "HassOS default"` will list all the properties of the connection. -`# nmcli con edit “HassOS default”` will put you in a position to edit the connection. +`# nmcli con edit "HassOS default"` will put you in a position to edit the connection. `nmcli> print ipv4` will show you the ipv4 properties of this connection. @@ -132,7 +132,7 @@ nmcli> save nmcli> exit ``` -If you now view the default connection `cat /etc/NetworkManager/system_connections/default` you should see the method is manual and the address is set. +If you now view the default connection `cat /etc/NetworkManager/system-connections/default` you should see the method is manual and the address is set. Doing a `nmcli con reload` does not always work so restart the VM.