Merge "Hide output when configuring apt retry"

This commit is contained in:
Jenkins 2014-08-15 07:16:18 +00:00 committed by Gerrit Code Review
commit 735f4d340f

View File

@ -213,7 +213,7 @@ sudo mv $TEMPFILE /etc/sudoers.d/50_stack_sh
# 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