This commit is contained in:
Patrick Schleizer 2017-02-27 23:59:37 +00:00
parent 6195450eb2
commit 18e23af784
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -32,8 +32,6 @@ fi
log="$(cat "$logfile")"
## W: Target Contents-deb-legacy (Contents-all) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:2'
while read -r -d $'\n' line; do
line_lower_case="${line,,}"
first_two="${line_lower_case:0:2}"