From 6d88997d1ff1a3b93d8849fa7aab1358ea017bb0 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 4 Mar 2020 23:19:43 +0100 Subject: fixup --- etc/centos-mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit