Fixed a typo.
This commit is contained in:
parent
3e88f3de4c
commit
c43f70edfd
|
@ -516,7 +516,7 @@ sub main() {
|
||||||
pandora_startup ();
|
pandora_startup ();
|
||||||
|
|
||||||
# Start thread to execute server tasks on the master server
|
# Start thread to execute server tasks on the master server
|
||||||
threads->create('pandora_server_tasks', (\%Config))->detach() if ($Config{"master"} == 1);
|
threads->create('pandora_server_tasks', (\%Config))->detach() if ($Config{"pandora_master"} == 1);
|
||||||
|
|
||||||
# Generate 'going up' events
|
# Generate 'going up' events
|
||||||
foreach my $server (@Servers) {
|
foreach my $server (@Servers) {
|
||||||
|
|
Loading…
Reference in New Issue