Fixed pandora_server execution error with wrong variable.
This commit is contained in:
parent
1332389791
commit
4a9cbbda10
|
@ -513,7 +513,7 @@ sub main() {
|
|||
pandora_startup ();
|
||||
|
||||
# Start thread to execute server tasks on the master server
|
||||
threads->create('pandora_server_tasks', (\%Config))->detach() if ($pa_config->{"pandora_master"} == 1);
|
||||
threads->create('pandora_server_tasks', (\%Config))->detach() if ($Config{"master"} == 1);
|
||||
|
||||
# Generate 'going up' events
|
||||
foreach my $server (@Servers) {
|
||||
|
|
Loading…
Reference in New Issue