diff options
-rwxr-xr-x | etc/centos-mirror.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/centos-mirror.sh b/etc/centos-mirror.sh index 55961ce..7eaddb2 100755 --- a/etc/centos-mirror.sh +++ b/etc/centos-mirror.sh @@ -7,5 +7,4 @@ for file in /etc/yum.repos.d/CentOS*.repo; do -e 's/^#baseurl/baseurl/' \ -e "s|${furl}|${turl}|" \ "$file" - diff -u "${file}.orig" "${file}" done |