mirror of
https://git.proxmox.com/git/pve-http-server
synced 2025-06-30 17:25:06 +00:00
cleanup error message for non-existent files
This commit is contained in:
parent
e4bce23e8c
commit
666d3ae1d1
@ -942,7 +942,7 @@ sub handle_request {
|
||||
}
|
||||
}
|
||||
|
||||
die "no such file '$path'";
|
||||
die "no such file '$path'\n";
|
||||
};
|
||||
if (my $err = $@) {
|
||||
$self->error($reqstate, 501, $err);
|
||||
|
Loading…
Reference in New Issue
Block a user