From 08453b38b4c0e38531b7e3a8d3afa442715e009c Mon Sep 17 00:00:00 2001 From: paperbenni Date: Sun, 14 Jun 2020 14:45:54 +0200 Subject: [PATCH] fix typo --- askutils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askutils.sh b/askutils.sh index dc1119d..b9e1f4a 100755 --- a/askutils.sh +++ b/askutils.sh @@ -136,7 +136,7 @@ askmirrors() { touch /tmp/sortmirrors fi - if [ -e /tmp/sortmirrors]; then + if [ -e /tmp/sortmirrors ]; then cat /tmp/mirrorlist | head -20 >/tmp/mirrorlist2 rankmirrors -n 6 /tmp/mirrorlist2 >/tmp/topmirrors touch /tmp/mirrorcontinue -- 2.11.0