mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
Update eqemu_server.pl [skip ci]
This commit is contained in:
parent
b0c4d626f2
commit
2d5f0dce42
@ -1160,7 +1160,7 @@ sub get_remote_file {
|
||||
}
|
||||
|
||||
#::: wget -O db_update/db_update_manifest.txt https://raw.githubusercontent.com/EQEmu/Server/master/utils/sql/db_update_manifest.txt
|
||||
$wget = `wget -N --cache=no --no-check-certificate --quiet -O $destination_file $request_url`;
|
||||
$wget = `wget -N --no-cache --cache=no --no-check-certificate --quiet -O $destination_file $request_url`;
|
||||
print "[Download] Saved: (" . $destination_file . ") from " . $request_url . "\n" if !$silent_download;
|
||||
if ($wget =~ /unable to resolve/i) {
|
||||
print "Error, no connection or failed request...\n\n";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user