From 9898c33dc8e2b76d2634ff20924cde47d11eaf7b Mon Sep 17 00:00:00 2001 From: adamaze Date: Sun, 8 Dec 2019 22:26:38 -0500 Subject: [PATCH] simple fix for issue #21 --- 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 ```