We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b4e65b + 9246d96 commit 735f4d3Copy full SHA for 735f4d3
1 file changed
stack.sh
@@ -213,7 +213,7 @@ sudo mv $TEMPFILE /etc/sudoers.d/50_stack_sh
213
214
# For debian/ubuntu make apt attempt to retry network ops on it's own
215
if is_ubuntu; then
216
- 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
217
fi
218
219
# upstream Rackspace centos7 images have an issue where cloud-init is
0 commit comments