From ec2fac2bd6b8ccad892e2a7e6f9c3dd6a7e36f6d Mon Sep 17 00:00:00 2001 From: adamaze Date: Mon, 9 Dec 2019 02:02:08 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Simple=20fix=20for=20issue=20#21?= =?UTF-8?q?=20(#26)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c58528e..3c48b5c 100644 --- a/README.md +++ b/README.md @@ -445,7 +445,7 @@ system (e.g., Ubuntu, Debian). ```bash sudo sysctl -w net.ipv4.ip_forward=1 -sudo echo "net.ipv4.ip_forward = 1" > /etc/sysctl.conf +echo "net.ipv4.ip_forward = 1" | sudo tee -a /etc/sysctl.conf sudo sysctl -p /etc/sysctl.conf ```