mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Fix missing "}" in pakfire functions.pl.
This commit is contained in:
@@ -328,6 +328,7 @@ sub selectmirror {
|
||||
logger("PING INFO: Healthcheck is disabled");
|
||||
$found = 1;
|
||||
return ($proto, $host, $path);
|
||||
}
|
||||
elsif (pinghost("$host")) {
|
||||
$found = 1;
|
||||
return ($proto, $host, $path);
|
||||
|
||||
Reference in New Issue
Block a user