Browse code

Merge "Hide output when configuring apt retry"

Jenkins authored on 2014/08/15 16:16:18
Showing 1 changed files
... ...
@@ -213,7 +213,7 @@ sudo mv $TEMPFILE /etc/sudoers.d/50_stack_sh
213 213
 
214 214
 # For debian/ubuntu make apt attempt to retry network ops on it's own
215 215
 if is_ubuntu; then
216
-    echo 'APT::Acquire::Retries "20";' | sudo tee /etc/apt/apt.conf.d/80retry
216
+    echo 'APT::Acquire::Retries "20";' | sudo tee /etc/apt/apt.conf.d/80retry  >/dev/null
217 217
 fi
218 218
 
219 219
 # upstream Rackspace centos7 images have an issue where cloud-init is