summaryrefslogtreecommitdiff
path: root/env/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'env/setup.sh')
-rwxr-xr-xenv/setup.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/env/setup.sh b/env/setup.sh
index 7071d6b..cf8e704 100755
--- a/env/setup.sh
+++ b/env/setup.sh
@@ -24,7 +24,8 @@ echo "Create and provision the inner VMs"
ssh -F ssh/config puomi@puomienv ./setup-inner.sh
# Disable network forwarding in outer VM. This can't be done until the
-# inner VMs are provisioned, or they can't install anything.
-ssh debian@puomienv sudo sysctl -w net.ipv4.ip_forward=0
+# inner VMs are provisioned, or they can't install anything. Hide the
+# standard output, as it's useless.
+ssh debian@puomienv sudo sysctl -w net.ipv4.ip_forward=0 > /dev/null
echo "Finished; the router test environment is ready for use"