diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-06-22 21:04:00 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-06-22 21:04:00 +0200 |
commit | 9db62da2fdde95c6a8329d4098786f45e5ea9032 (patch) | |
tree | da20e0eeaa22afe7b1b9e77bf7c355a9cc7c2192 | |
parent | 1999263c21ff9b5321ecc7ed268822e4d7be74e5 (diff) | |
download | arch-mirror-tools-9db62da2fdde95c6a8329d4098786f45e5ea9032.tar.gz arch-mirror-tools-9db62da2fdde95c6a8329d4098786f45e5ea9032.tar.xz |
Improve mirror-not-accessible text if protocols are listed
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | bin/generate-mirror-mail.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/generate-mirror-mail.pl b/bin/generate-mirror-mail.pl index 175b8b2..d495853 100755 --- a/bin/generate-mirror-mail.pl +++ b/bin/generate-mirror-mail.pl @@ -53,7 +53,7 @@ Thanks, 'subject' => '[{$mirror_name}] Arch Linux mirror not accessible{$OUT = ", ".join("/", @{$connection_failed{protocols}}) if @{$connection_failed{protocols}} > 0;}', 'template' => 'Hi, -We\'re having trouble connecting to your mirror{$OUT = " via ".join(", ", @{$connection_failed{protocols}}) if @{$connection_failed{protocols}} > 0;}, could you +We\'re having trouble connecting to your mirror{$OUT = " via ".join(", ", @{$connection_failed{protocols}}) if @{$connection_failed{protocols}} > 0;}. Could you please check what\'s going on? {$mirror_url} |