fixed HTTP server setup

This commit is contained in:
Jordi Sanfeliu 2013-02-11 12:36:31 +01:00
parent 24bd43b506
commit bc5fb7fb09
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@ sub httpd_setup {
chdir($config->{base_dir});
my $server = HTTPServer->new($port);
$server->run(); # ->background
$server->run();
exit(0);
}
sub get_nvidia_data {