Merge "Hide output when configuring apt retry"
diff --git a/stack.sh b/stack.sh
index 0229d80..7a7655c 100755
--- a/stack.sh
+++ b/stack.sh
@@ -213,7 +213,7 @@
 
 # For debian/ubuntu make apt attempt to retry network ops on it's own
 if is_ubuntu; then
-    echo 'APT::Acquire::Retries "20";' | sudo tee /etc/apt/apt.conf.d/80retry
+    echo 'APT::Acquire::Retries "20";' | sudo tee /etc/apt/apt.conf.d/80retry  >/dev/null
 fi
 
 # upstream Rackspace centos7 images have an issue where cloud-init is