summaryrefslogtreecommitdiffstats
path: root/etc/centos-mirror.sh
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-03-04 23:19:43 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-03-04 23:19:43 +0100
commit6d88997d1ff1a3b93d8849fa7aab1358ea017bb0 (patch)
tree5ed0c252eaf64de635724da1c6a71a1b5caeff06 /etc/centos-mirror.sh
parent86a7758055394903e696a17dfffcd18c6ab0e84c (diff)
downloads2i-base-httpd-6d88997d1ff1a3b93d8849fa7aab1358ea017bb0.tar.gz
fixup
Diffstat (limited to 'etc/centos-mirror.sh')
-rwxr-xr-xetc/centos-mirror.sh2
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