diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-03-04 23:19:43 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-03-04 23:19:43 +0100 |
commit | 6d88997d1ff1a3b93d8849fa7aab1358ea017bb0 (patch) | |
tree | 5ed0c252eaf64de635724da1c6a71a1b5caeff06 /etc/centos-mirror.sh | |
parent | 86a7758055394903e696a17dfffcd18c6ab0e84c (diff) | |
download | s2i-base-httpd-6d88997d1ff1a3b93d8849fa7aab1358ea017bb0.tar.gz |
fixup
Diffstat (limited to 'etc/centos-mirror.sh')
-rwxr-xr-x | etc/centos-mirror.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/centos-mirror.sh b/etc/centos-mirror.sh index 59a5aad..85e87d4 100755 --- a/etc/centos-mirror.sh +++ b/etc/centos-mirror.sh @@ -17,4 +17,4 @@ done # no parallel downloads please # grep -q max_parallel_downloads /etc/dnf/dnf.conf ||\ -cat max_parallel_downloads=1 >> /etc/dnf/dnf.conf +echo max_parallel_downloads=1 >> /etc/dnf/dnf.conf |